forked from AuroraMiddleware/gtk
tests: Plug a memory leak
This commit is contained in:
parent
b8693cc4f4
commit
d24a0e9606
@ -553,6 +553,9 @@ test_splice_overflow (void)
|
||||
|
||||
compare = gtk_bitset_new_range (16, 1);
|
||||
g_assert_true (gtk_bitset_equals (set, compare));
|
||||
|
||||
gtk_bitset_unref (compare);
|
||||
gtk_bitset_unref (set);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user