/pidgin/main: e5a0889e5cac: Revert a double-free
Tomasz Wasilczyk
tomkiewicz at cpw.pidgin.im
Sun Apr 7 19:56:53 EDT 2013
Changeset: e5a0889e5cac68f8128936d4b1ad65910807fc71
Author: Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date: 2013-04-08 01:56 +0200
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/e5a0889e5cac
Description:
Revert a double-free
diffstat:
pidgin/win32/wspell.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff --git a/pidgin/win32/wspell.c b/pidgin/win32/wspell.c
--- a/pidgin/win32/wspell.c
+++ b/pidgin/win32/wspell.c
@@ -87,7 +87,6 @@ static void load_gtkspell() {
g_free(tmp);
g_setenv("PATH", tmp2, TRUE);
g_free(tmp2);
- g_free(tmp);
/* Suppress error popups */
wpidginspell_new_attach_proxy = (void*) wpurple_find_and_loadproc(GTKSPELL_DLL, "gtkspell_new_attach" );
More information about the Commits
mailing list