mirror of
https://github.com/lxsang/ant-http
synced 2025-07-15 05:19:55 +02:00
clean up code
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user