mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-20 17:29:13 +00:00
Reworked memory deallocation in collected flows with multiple elements
This commit is contained in:
parent
4b01406137
commit
fef176ea5b
1 changed files with 1 additions and 1 deletions
|
|
@ -940,7 +940,7 @@ void ParserInterface::parseSingleFlow(json_object *o,
|
|||
if(flow.ssl_server_name) free(flow.ssl_server_name);
|
||||
if(flow.bittorrent_hash) free(flow.bittorrent_hash);
|
||||
|
||||
json_object_put(o);
|
||||
// json_object_put(o);
|
||||
json_object_put(flow.additional_fields);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue