Mercurial > pidgin
changeset 25093:e8be608b6bab
fixed crash on shutdown (avoid a double free)
author | Justin Rodriguez <ffdragon@soc.pidgin.im> |
---|---|
date | Fri, 27 Jun 2008 03:44:28 +0000 |
parents | cf7625d4d7e0 |
children | c32dd71d0658 |
files | libpurple/theme-manager.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/theme-manager.c Fri Jun 27 01:29:59 2008 +0000 +++ b/libpurple/theme-manager.c Fri Jun 27 03:44:28 2008 +0000 @@ -246,8 +246,6 @@ /* if something is already there do nothing */ if (g_hash_table_lookup(theme_table, key) == NULL) g_hash_table_insert(theme_table, key, theme); - - g_free(key); } void