Actions
Bug #7759
closedpcap-log: fix memory leak on error paths after SCStrdup(prefix)
Description
When PcapLogDataCopy() fails after duplicating pl->prefix,
the allocated 'prefix' string was not freed, leading to a leak.
Actions
Description
When PcapLogDataCopy() fails after duplicating pl->prefix,
the allocated 'prefix' string was not freed, leading to a leak.