aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-roomlist.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-07-15 21:23:07 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-07-15 21:23:07 +0800
commitc982ff99b1a53282c40f0a5bf2b0b0eca59a50d9 (patch)
treeea4cb7151e4ae66d3ab382cc0655e1669d3ee825 /libempathy/empathy-tp-roomlist.c
parent396e863a5742634e093cad62d9fd782399fc6319 (diff)
downloadgsoc2013-empathy-c982ff99b1a53282c40f0a5bf2b0b0eca59a50d9.tar
gsoc2013-empathy-c982ff99b1a53282c40f0a5bf2b0b0eca59a50d9.tar.gz
gsoc2013-empathy-c982ff99b1a53282c40f0a5bf2b0b0eca59a50d9.tar.bz2
gsoc2013-empathy-c982ff99b1a53282c40f0a5bf2b0b0eca59a50d9.tar.lz
gsoc2013-empathy-c982ff99b1a53282c40f0a5bf2b0b0eca59a50d9.tar.xz
gsoc2013-empathy-c982ff99b1a53282c40f0a5bf2b0b0eca59a50d9.tar.zst
gsoc2013-empathy-c982ff99b1a53282c40f0a5bf2b0b0eca59a50d9.zip
Do not call g_array_free if the array is NULL
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1238 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-roomlist.c')
-rw-r--r--libempathy/empathy-tp-roomlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-roomlist.c b/libempathy/empathy-tp-roomlist.c
index b54aec824..eb87438b5 100644
--- a/libempathy/empathy-tp-roomlist.c
+++ b/libempathy/empathy-tp-roomlist.c
@@ -169,9 +169,8 @@ tp_roomlist_got_rooms_cb (TpChannel *channel,
chatrooms,
tp_roomlist_chatrooms_free,
list);
+ g_array_free (handles, TRUE);
}
-
- g_array_free (handles, TRUE);
}
static void