possible use after free forbidden

This commit is contained in:
Julien Sentier 2012-02-23 14:17:09 +01:00 committed by Robin Sommer
parent d65b2f12c6
commit 900cc8f2ab

View file

@ -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);