Leak in the prefer-plain plugin
Kjartan Maraas <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1155737216.28210.16.camel@rivendell> |
Another of the same type. Cheers Kjartan _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
prefer-plain-leak.patch
(text/x-patch, 490 B)
Index: prefer-plain/prefer-plain.c
===================================================================
RCS file: /cvs/gnome/evolution/plugins/prefer-plain/prefer-plain.c,v
retrieving revision 1.2
diff -u -p -r1.2 prefer-plain.c
--- prefer-plain/prefer-plain.c 21 Oct 2004 12:51:48 -0000 1.2
+++ prefer-plain/prefer-plain.c 16 Aug 2006 14:06:42 -0000
@@ -177,6 +177,7 @@ e_plugin_lib_enable(EPluginLib *ep, int
break;
}
}
+ g_free (key);
} else {
epp_mode = 0;
}