Re: Patch for two leaks in the bbdb plugin
chenthill <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
Hi kmraas, On Wed, 2006-08-16 at 16:05 +0200, Kjartan Maraas wrote: > else > book = e_book_new_from_uri (uri, &error); > + g_free (uri); It would be better if the g_free is inside the else part. Please commit the patch after making the change. thanks, Chenthill.