projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91de569
)
free the GErrror
author
Dana Jansens
<danakj@orodu.net>
Sat, 25 Oct 2003 19:14:30 +0000
(19:14 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 25 Oct 2003 19:14:30 +0000
(19:14 +0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index 7c68e2a5d93b9bcbcbf357f88b5e7ab450295365..ef23eafe9fa84ddb97b74631071d342f408da283 100644
(file)
--- a/
openbox/openbox.c
+++ b/
openbox/openbox.c
@@
-311,6
+311,7
@@
gint main(gint argc, gchar **argv)
} else {
g_warning("failed to execute '%s': %s", restart_path,
err->message);
+ g_error_free(err);
}
}