Don't null-check inspector.

delete(NULL) is ok so don't bother protecting it.
This commit is contained in:
Mark Stemm 2016-05-23 17:24:38 -07:00
parent 22dce61974
commit 66cedc89f2

View File

@ -494,10 +494,7 @@ int falco_init(int argc, char **argv)
exit:
if(inspector)
{
delete inspector;
}
delete inspector;
if(ls)
{