# HG changeset patch # User Mark Doliner # Date 1170955947 0 # Node ID c406a1e73d6f1b2b9572c652a26e84e6c8d0dc9c # Parent d91aed1546955415bdec8ba470455d4f0ce2826e sf patch #1651457, from Paul-Christiaan Spruijtenburg "Selecting a non-existing Sound Command for Method: Command in Preferences->Sounds causes gaim to double free the command." My bad! diff -r d91aed154695 -r c406a1e73d6f pidgin/gtksound.c --- a/pidgin/gtksound.c Thu Feb 08 03:33:44 2007 +0000 +++ b/pidgin/gtksound.c Thu Feb 08 17:32:27 2007 +0000 @@ -436,7 +436,6 @@ if(!g_spawn_command_line_async(command, &error)) { gaim_debug_error("gtksound", "sound command could not be launched: %s\n", error->message); - g_free(command); g_error_free(error); }