Cleanup Memory leaks - NEO-417
This commit is contained in:
parent
754351622b
commit
7efef9e071
1 changed files with 1 additions and 0 deletions
1
proxy.c
1
proxy.c
|
@ -148,6 +148,7 @@ static void check_scan_free(scaninfo *scandata) {
|
|||
list_delete(opsbl, scannode);
|
||||
lnode_destroy(scannode);
|
||||
scandata->reqclient = NULL;
|
||||
list_destroy(scandata->connections);
|
||||
ns_free(scandata);
|
||||
} else {
|
||||
nlog (LOG_WARNING, "Damn, Can't find ScanNode %s. Something is fubar", scandata->who);
|
||||
|
|
Reference in a new issue