interval: Do not leak the result GValue
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 18 Jun 2012 16:54:06 +0000 (17:54 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 18 Jun 2012 17:04:54 +0000 (18:04 +0100)
commitbebe90e565f852ad858927fd0befe81137bf1326
tree83cc7b972d879a0b670036e3363ae89f13ea0022
parentcfc4e86b312d6ddfcdb2d783d65e619778bd3562
interval: Do not leak the result GValue

The compute() method will cache the result, to avoid multiple
allocations and copies; this means, though, that we need to unset the
GValue when destroying the Interval.
clutter/clutter-interval.c