From 9ca1d78a2ef9f417cc173262c20f34fab1310a4f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 5 Jul 2001 14:21:21 +0000 Subject: Set info->avoid = NULL. This shouldn't make a difference, but it can't 2001-07-05 Christopher James Lahey * backend/ebook/e-card-compare.c (match_search_info_free): Set info->avoid = NULL. This shouldn't make a difference, but it can't hurt. svn path=/trunk/; revision=10802 --- addressbook/backend/ebook/e-card-compare.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/backend/ebook') diff --git a/addressbook/backend/ebook/e-card-compare.c b/addressbook/backend/ebook/e-card-compare.c index 05be64d560..d4aa89c4cc 100644 --- a/addressbook/backend/ebook/e-card-compare.c +++ b/addressbook/backend/ebook/e-card-compare.c @@ -351,6 +351,7 @@ match_search_info_free (MatchSearchInfo *info) if (info->avoid) { g_list_foreach (info->avoid, (GFunc) gtk_object_unref, NULL); g_list_free (info->avoid); + info->avoid = NULL; } g_free (info); -- cgit v1.2.3