fix error handling even more - don't free the error twice

2008-10-26  Jens Granseuer  <jensgr@gmx.net>

	* capplet-util.c: (capplet_help): fix error handling even more - don't
	free the error twice

svn path=/trunk/; revision=9119
This commit is contained in:
Jens Granseuer 2008-10-26 12:22:51 +00:00 committed by Jens Granseuer
parent ce8999af55
commit be828108f8
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-10-26 Jens Granseuer <jensgr@gmx.net>
* capplet-util.c: (capplet_help): fix error handling even more - don't
free the error twice
2008-10-26 Jens Granseuer <jensgr@gmx.net>
* capplet-util.c: (capplet_help): fix error handling

View file

@ -87,8 +87,6 @@ capplet_help (GtkWindow *parent, char const *section)
parent,
_("There was an error displaying help: %s"),
error);
g_error_free (error);
}
g_free (uri);