filter-streams: Cleanup custom classes in test

https://bugzilla.gnome.org/show_bug.cgi?id=711799
This commit is contained in:
Stef Walter
2013-11-08 14:28:40 +01:00
parent fb8557bdfc
commit ced68f1587

View File

@@ -10,6 +10,7 @@
* *
* Author: Ryan Lortie <desrt@desrt.ca> * Author: Ryan Lortie <desrt@desrt.ca>
*/ */
#define G_CLEANUP_MODULE test
#include <string.h> #include <string.h>
#include <glib/glib.h> #include <glib/glib.h>
@@ -377,6 +378,8 @@ test_output_async (void)
g_main_loop_unref (loop); g_main_loop_unref (loop);
} }
G_CLEANUP_DEFINE
int int
main (int argc, char **argv) main (int argc, char **argv)
{ {