-
Committer:
Daniel d'Andrada
-
Date:
2012-12-07 18:40:40 UTC
-
Revision ID:
daniel.dandrada@canonical.com-20121207184040-xtwubi69v3dovs2o
Don't crash if a null filter is passed to geis_filter_delete()
Just as the following doesn't lead to a crash:
int *foo = nullptr;
delete foo;