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