mirror of
https://github.com/lxsang/ant-http
synced 2025-02-24 00:52:48 +01:00
clean up code
This commit is contained in:
parent
c5b385d8b1
commit
f5070f6c8c
@ -80,7 +80,7 @@ char* config_dir()
|
|||||||
void __release__()
|
void __release__()
|
||||||
{
|
{
|
||||||
destroy();
|
destroy();
|
||||||
printf("Releasing plugin\n");
|
LOG("Releasing plugin\n");
|
||||||
if(__plugin__.name) free(__plugin__.name);
|
if(__plugin__.name) free(__plugin__.name);
|
||||||
if(__plugin__.dbpath) free(__plugin__.dbpath);
|
if(__plugin__.dbpath) free(__plugin__.dbpath);
|
||||||
if(__plugin__.htdocs) free(__plugin__.htdocs);
|
if(__plugin__.htdocs) free(__plugin__.htdocs);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user