diff src/prefs.c @ 4800:4af15fbcb00a

[gaim-migrate @ 5120] Paco-Paco is cool, he fixed my mess, and then fixed other messes I didn't even know we had. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 16 Mar 2003 17:49:11 +0000
parents 677d3cb193a1
children e6c7d67c1f3a
line wrap: on
line diff
--- a/src/prefs.c	Sun Mar 16 07:51:11 2003 +0000
+++ b/src/prefs.c	Sun Mar 16 17:49:11 2003 +0000
@@ -2218,6 +2218,7 @@
 
 	if (!g_shell_parse_argv(program, NULL, &argv, &error)) {
 		debug_printf("Could not parse program '%s': ", error->message);
+		g_error_free(error);
 		return FALSE;
 	}