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