changeset 15589:015463bdb09a

merge of '09557f5d54029e4f7eba17eeb15d55717fb43382' and '4443d1d962409e0ba24a84b9120e830217052b74'
author Mark Doliner <mark@kingant.net>
date Thu, 08 Feb 2007 17:33:09 +0000
parents 9cbf44d3c0f9 (current diff) c406a1e73d6f (diff)
children d07c1e2e0496
files
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtksound.c	Thu Feb 08 12:35:14 2007 +0000
+++ b/pidgin/gtksound.c	Thu Feb 08 17:33:09 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);
 		}