changeset 15589:d07c1e2e0496

merge of 'efde7d02b602348f7af4ff6a3c8364f9aabea9df' and 'f59170f361556a597e522badf428349c3573bfe9'
author Luke Schierer <lschiere@pidgin.im>
date Fri, 09 Feb 2007 02:21:08 +0000
parents 015463bdb09a (diff) d059cfbb62ae (current diff)
children 1d0d25848c5d b7ae1464365c
files
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtksound.c	Thu Feb 08 22:10:30 2007 +0000
+++ b/pidgin/gtksound.c	Fri Feb 09 02:21:08 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);
 		}