X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmatcher.c;h=6ae1c0df2802f319e4bdcbb973f8a06ae7b81c89;hp=f4945af18b759c2696fb7a66007aa8c07f49935c;hb=2e83b21726e447a05d7638f87dbf6af8625d7108;hpb=3fe35bf4196a24f32f9684522e75bdc654699084 diff --git a/src/matcher.c b/src/matcher.c index f4945af18..6ae1c0df2 100644 --- a/src/matcher.c +++ b/src/matcher.c @@ -1210,6 +1210,7 @@ void matcherlist_free(MatcherList *cond) for (l = cond->matchers ; l != NULL ; l = g_slist_next(l)) { matcherprop_free((MatcherProp *) l->data); } + g_slist_free(cond->matchers); g_free(cond); }