Mercurial > pidgin
changeset 15587:c406a1e73d6f
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!
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 08 Feb 2007 17:32:27 +0000 |
parents | d91aed154695 |
children | 015463bdb09a |
files | pidgin/gtksound.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }