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:
parent
ce8999af55
commit
be828108f8
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue