diff options
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 06442fe05..e0c6cfc9d 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -454,6 +454,7 @@ empathy_inspect_handle (McAccount *account, return NULL; } + g_array_free (handles, TRUE); name = *names; g_free (names); g_object_unref (tp_conn); |