]> www.fi.muni.cz Git - evince.git/blobdiff - shell/main.c
Fixed mismatched plural forms.
[evince.git] / shell / main.c
index 41b8b18f8683f581ace859a1efa5e0b9455c8fe6..928f7fa8dd16a8a028243d4b83f72b3783aaf645 100644 (file)
@@ -310,12 +310,12 @@ main (int argc, char *argv[])
                                       NULL);
 
        args = arguments_parse ();
-       g_option_context_free (context);
 
 #ifdef ENABLE_DBUS
        if (!ev_application_register_service (EV_APP)) {
                if (load_files_remote (file_arguments, args)) {
                        g_hash_table_destroy (args);
+                       g_object_unref (program);
                        
                        return 0;
                }