]> www.fi.muni.cz Git - evince.git/commitdiff
Fix memory leak.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 21 Aug 2006 18:26:09 +0000 (18:26 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Mon, 21 Aug 2006 18:26:09 +0000 (18:26 +0000)
2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
* shell/main.c: (main):
Fix memory leak.

ChangeLog
shell/main.c

index 383cd5be35e1042d00ab95687640f55bf54cf97a..561f1cd484e225491c70252438e8257f25021860 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/main.c: (main):
+
+       Fix memory leak.
+
 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/ev-document-factory.c: (ev_document_factory_get_document):
index a8903f76e02bd9bda029688c20c726a923fcd8b3..41b8b18f8683f581ace859a1efa5e0b9455c8fe6 100644 (file)
@@ -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)) {