diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-14 17:26:03 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-14 17:26:03 +0800 |
commit | cdd5734d839882e04957030bd7af6d00be8f88ce (patch) | |
tree | 96e54762aba35939e065d54ead9296a70d93b4b5 /libempathy | |
parent | 7af1dee75adc774fedbdf9ec7e473f490528795b (diff) | |
download | gsoc2013-empathy-cdd5734d839882e04957030bd7af6d00be8f88ce.tar gsoc2013-empathy-cdd5734d839882e04957030bd7af6d00be8f88ce.tar.gz gsoc2013-empathy-cdd5734d839882e04957030bd7af6d00be8f88ce.tar.bz2 gsoc2013-empathy-cdd5734d839882e04957030bd7af6d00be8f88ce.tar.lz gsoc2013-empathy-cdd5734d839882e04957030bd7af6d00be8f88ce.tar.xz gsoc2013-empathy-cdd5734d839882e04957030bd7af6d00be8f88ce.tar.zst gsoc2013-empathy-cdd5734d839882e04957030bd7af6d00be8f88ce.zip |
Merge branch 'leak'
svn path=/trunk/; revision=1227
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c index fe68ed0a7..9045a5961 100644 --- a/libempathy/empathy-tp-contact-factory.c +++ b/libempathy/empathy-tp-contact-factory.c @@ -1051,6 +1051,8 @@ empathy_tp_contact_factory_get_from_handles (EmpathyTpContactFactory *tp_factory tp_contact_factory_request_everything (tp_factory, new_handles); } + g_array_free (new_handles, TRUE); + return contacts; } |