gio/tests/giomodule.c: Use G_MODULE_SUFFIX
[platform/upstream/glib.git] / 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;
 }