* src/filtering.[ch]
[claws.git] / src / matcher.c
index 22af840680a9a685161fae2cf3f98d6c7dff3f43..f47abd58a975682326475966681ec46256917d5d 100644 (file)
@@ -615,6 +615,7 @@ void matcherlist_free(MatcherList *cond)
 {
        GSList *l;
 
+       g_return_if_fail(cond);
        for (l = cond->matchers ; l != NULL ; l = g_slist_next(l)) {
                matcherprop_free((MatcherProp *) l->data);
        }