mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
9da87f597c
Recent changes to the properties testcase made invalid use of the GArray free function. This free function takes a pointer to the item to be freed, not the item itself. Since that item was a pointer to a GObject, g_object_unref() was getting a GObject**, rather than a GObject*. The use of GArray in this testcase is pretty questionable in the first place, so just use C arrays instead. |
||
---|---|---|
.. | ||
closures.c | ||
Makefile.am | ||
objects2.c | ||
objects.c | ||
properties2.c | ||
properties3.c | ||
properties4.c | ||
properties.c | ||
signals.c |