Avoid a compiler warning
authorMatthias Clasen <mclasen@redhat.com>
Thu, 2 Jan 2014 03:01:15 +0000 (22:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 2 Jan 2014 03:01:15 +0000 (22:01 -0500)
gio/tests/basic-application.c

index d1f9857..94100eb 100644 (file)
@@ -230,8 +230,8 @@ action_cb (gpointer data)
                                               "action2",
                                               g_variant_new_boolean (TRUE));
         }
+      g_application_release (app);
     }
-  g_application_release (app);
 
   return G_SOURCE_REMOVE;
 }