clutter-stage: Use g_array_free instead of g_array_unref
authorNeil Roberts <neil@linux.intel.com>
Fri, 18 Jun 2010 14:19:59 +0000 (15:19 +0100)
committerNeil Roberts <neil@linux.intel.com>
Fri, 18 Jun 2010 15:03:07 +0000 (16:03 +0100)
commite2dcd7e852c2bda2a6bf72c7c3f777c16ff9c89b
treec184515b951f19c8d266cc2ccac1cfc6045f015d
parent5a73e20a15ea0b84a1788a70e23d8814eb4519af
clutter-stage: Use g_array_free instead of g_array_unref

g_array_unref was only added in GLib 2.22 so we should really update
the requirements in the configure script if we want to use that
function. However the array doesn't appear to have any extra reference
taken on it anywhere so it should be safe to use g_array_free instead.
clutter/clutter-state.c