mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 00:42:14 +00:00
Fix memory leak
This commit is contained in:
parent
b24338ca27
commit
b811b2c884
1 changed files with 1 additions and 1 deletions
|
|
@ -42,5 +42,5 @@ PeriodicScript::PeriodicScript(const char* _path,
|
|||
/* ******************************************* */
|
||||
|
||||
PeriodicScript::~PeriodicScript() {
|
||||
//if(path) free(path);
|
||||
if(path) free((char *) path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue