Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-08-21 18:26:09 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-08-21 18:26:09 (GMT)
commit02ac7759d84d842837ef7c67c2f614576ef5b71c (patch)
tree734a577e379857c180d04ca3f7a468cba088caf1 /shell
parent2409a4e2aba8f8c83365492f44e8c3c801b852f8 (diff)
Fix memory leak.
2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org> * shell/main.c: (main): Fix memory leak.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index a8903f7..41b8b18 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -310,6 +310,7 @@ main (int argc, char *argv[])
NULL);
args = arguments_parse ();
+ g_option_context_free (context);
#ifdef ENABLE_DBUS
if (!ev_application_register_service (EV_APP)) {