mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-30 16:42:14 +00:00
Merge pull request #85 from draios/remove-unnecessary-delete
Don't null-check inspector.
This commit is contained in:
commit
583afbf941
@ -494,10 +494,7 @@ int falco_init(int argc, char **argv)
|
||||
|
||||
exit:
|
||||
|
||||
if(inspector)
|
||||
{
|
||||
delete inspector;
|
||||
}
|
||||
delete inspector;
|
||||
|
||||
if(ls)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user