mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
possible use after free forbidden
This commit is contained in:
parent
d65b2f12c6
commit
900cc8f2ab
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ void PktSrc::AddSecondaryTablePrograms()
|
||||||
{
|
{
|
||||||
delete program;
|
delete program;
|
||||||
Close();
|
Close();
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondaryProgram* sp = new SecondaryProgram(program, se);
|
SecondaryProgram* sp = new SecondaryProgram(program, se);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue