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:
committed by
Kjartan Maraas
parent
f735ecf48f
commit
9be58dae80
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user