[evolution-patches] Patch for leak in message-list.c
- From: Kjartan Maraas <kmaraas broadpark no>
- To: evolution-patches <evolution-patches gnome org>
- Subject: [evolution-patches] Patch for leak in message-list.c
- Date: Wed, 16 Aug 2006 16:01:37 +0200
Another gconf_client_get_string() return leaked.
Cheers
Kjartan
Index: message-list.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/message-list.c,v
retrieving revision 1.433
diff -u -p -r1.433 message-list.c
--- message-list.c 22 Jul 2006 10:51:18 -0000 1.433
+++ message-list.c 16 Aug 2006 14:01:25 -0000
@@ -1550,6 +1550,9 @@ static ECell * create_composite_cell (in
g_object_set_data (cell_vbox, "cell_date", cell_date);
g_object_set_data (cell_vbox, "cell_sub", cell_sub);
g_object_set_data (cell_vbox, "cell_from", cell_from);
+
+ g_free (fixed_name);
+
return cell_vbox;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]