Plug a leak.

2006-08-17  Kjartan Maraas  <kmaraas@gnome.org>

	* gui/component/addressbook-component.c: (impl_requestCreateItem):
	Plug a leak.

svn path=/trunk/; revision=32562
This commit is contained in:
Kjartan Maraas
2006-08-17 09:14:59 +00:00
committed by Kjartan Maraas
parent f735ecf48f
commit 9be58dae80
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* gui/component/addressbook-component.c: (impl_requestCreateItem):
Plug a leak.
2006-08-09 Ushveen Kaur <kushveen@novell.com>
** Fixes bug #261239

View File

@ -306,6 +306,7 @@ impl_requestCreateItem (PortableServer_Servant servant,
g_object_unref (gconf_client);
if (!e_book_get_addressbooks (&source_list, NULL)) {
g_warning ("Could not get addressbook source list from GConf!");
g_free (uid);
return;
}
if (uid) {