mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
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);
|
compare = gtk_bitset_new_range (16, 1);
|
||||||
g_assert_true (gtk_bitset_equals (set, compare));
|
g_assert_true (gtk_bitset_equals (set, compare));
|
||||||
|
|
||||||
|
gtk_bitset_unref (compare);
|
||||||
|
gtk_bitset_unref (set);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user