diff options
Diffstat (limited to 'libempathy/empathy-debug.c')
-rw-r--r-- | libempathy/empathy-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c index 4f624f8e1..9e34ac1db 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -111,7 +111,7 @@ empathy_debug_free (void) if (flag_to_keys == NULL) return; - g_hash_table_destroy (flag_to_keys); + g_hash_table_unref (flag_to_keys); flag_to_keys = NULL; } |