From: <the...@us...> - 2007-02-08 17:32:46
|
Revision: 18183 http://svn.sourceforge.net/gaim/?rev=18183&view=rev Author: thekingant Date: 2007-02-08 09:32:43 -0800 (Thu, 08 Feb 2007) Log Message: ----------- 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! Modified Paths: -------------- trunk/gtk/gtksound.c Modified: trunk/gtk/gtksound.c =================================================================== --- trunk/gtk/gtksound.c 2007-02-08 16:19:32 UTC (rev 18182) +++ trunk/gtk/gtksound.c 2007-02-08 17:32:43 UTC (rev 18183) @@ -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); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |