Plug a test memleak

This commit is contained in:
Matthias Clasen 2021-03-27 21:52:49 -04:00
parent ffa50f4c24
commit db126a19b6

View File

@ -167,7 +167,7 @@ test_create_builder (void)
list = GTK_STRING_LIST (gtk_builder_get_object (builder, "list")); list = GTK_STRING_LIST (gtk_builder_get_object (builder, "list"));
assert_model (list, "a b c"); assert_model (list, "a b c");
g_object_unref (list); g_object_unref (builder);
} }
static void static void