comparison 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
comparison
equal deleted inserted replaced
15605:2c33e35a5084 15606:b74030931888
434 else 434 else
435 command = g_strdup_printf("%s %s", sound_cmd, filename); 435 command = g_strdup_printf("%s %s", sound_cmd, filename);
436 436
437 if(!g_spawn_command_line_async(command, &error)) { 437 if(!g_spawn_command_line_async(command, &error)) {
438 gaim_debug_error("gtksound", "sound command could not be launched: %s\n", error->message); 438 gaim_debug_error("gtksound", "sound command could not be launched: %s\n", error->message);
439 g_free(command);
440 g_error_free(error); 439 g_error_free(error);
441 } 440 }
442 441
443 g_free(command); 442 g_free(command);
444 return; 443 return;