tests/closure: Fix invalid unref
authorColin Walters <walters@verbum.org>
Sun, 21 Jul 2013 18:42:34 +0000 (19:42 +0100)
committerColin Walters <walters@verbum.org>
Sun, 21 Jul 2013 18:42:34 +0000 (19:42 +0100)
commit35e331b86912813a7d18b0ca3fb951f5759c11e8
treec0eb29796f298941b61a34845a0d9571e373a940
parent1543baddee0b18531325aa9728529777c38c94d7
tests/closure: Fix invalid unref

The closure is floating, g_source_set_closure() will claim the
ref, so we do not need to unref it.
gobject/tests/closure.c