Ryan Lortie 9da87f597c fix up refcount/properties test case
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.
2013-09-23 17:07:33 -04:00
..
2005-10-05 17:37:46 +00:00
2013-01-26 10:09:33 -05:00
2013-01-14 17:35:47 -05:00
2007-01-05 03:31:54 +00:00
2010-08-03 10:25:54 -04:00
2012-10-16 09:39:24 -04:00
2012-06-11 10:25:24 -04:00
2009-05-30 15:29:23 +02:00
2012-11-15 14:19:06 -05:00
2011-05-01 17:10:04 -04:00
2012-08-21 21:15:45 +02:00