1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

clean up code

This commit is contained in:
lxsang 2018-10-05 19:07:14 +02:00
parent c5b385d8b1
commit f5070f6c8c

View File

@ -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);