Author: behdad
Date: Wed Feb 6 03:28:38 2008
New Revision: 2373
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2373&view=rev
Log:
2008-02-05 Behdad Esfahbod <[EMAIL PROTECTED]>
Bug 514661 – crash launching g-t with specific args
* src/terminal.c (option_command_callback): Set err to NULL before
calling into GError-taking API.
Modified:
trunk/ChangeLog
trunk/src/terminal.c
Modified: trunk/src/terminal.c
==============================================================================
--- trunk/src/terminal.c (original)
+++ trunk/src/terminal.c Wed Feb 6 03:28:38 2008
@@ -360,6 +360,7 @@
error = NULL;
exec_argv = NULL;
+ err = NULL;
if (!g_shell_parse_argv (value, NULL, &exec_argv, &err))
{
g_set_error(error,
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.