mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-18 08:41:31 +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:
|
exit:
|
||||||
|
|
||||||
if(inspector)
|
delete inspector;
|
||||||
{
|
|
||||||
delete inspector;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(ls)
|
if(ls)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user