From ced68f1587d26f3a13b52b8281cf8b07e3321c40 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 8 Nov 2013 14:28:40 +0100 Subject: [PATCH] filter-streams: Cleanup custom classes in test https://bugzilla.gnome.org/show_bug.cgi?id=711799 --- gio/tests/filter-streams.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gio/tests/filter-streams.c b/gio/tests/filter-streams.c index 5ec23ae84..18a396422 100644 --- a/gio/tests/filter-streams.c +++ b/gio/tests/filter-streams.c @@ -10,6 +10,7 @@ * * Author: Ryan Lortie */ +#define G_CLEANUP_MODULE test #include #include @@ -377,6 +378,8 @@ test_output_async (void) g_main_loop_unref (loop); } +G_CLEANUP_DEFINE + int main (int argc, char **argv) {