diff pidgin/gtksound.c @ 15606:b74030931888

merge of '1fa1dadf668ed5dd23b01cd69adc1d9ce23640a8' and 'd24abb45eb700d51edfaa67b3beb4c2e2e6ef012'
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 10 Feb 2007 01:10:15 +0000
parents c406a1e73d6f
children c02a897a67c7
line wrap: on
line diff
--- a/pidgin/gtksound.c	Sat Feb 10 01:10:06 2007 +0000
+++ b/pidgin/gtksound.c	Sat Feb 10 01:10:15 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);
 		}