gmain: fix some silly code in a programmer-error case
authorDan Winship <danw@gnome.org>
Sat, 6 Nov 2010 13:45:20 +0000 (09:45 -0400)
committerDan Winship <danw@gnome.org>
Fri, 26 Nov 2010 20:07:28 +0000 (15:07 -0500)
commitece936e84dd64af12cb609a8d25f3711a288cc57
treef21da390dbfac79c6a43a49eab025ecfb9c2caff
parentb358202856682e5cdefb0b4b8aaed3a45d9a85fa
gmain: fix some silly code in a programmer-error case

Previously if a source got finalized while still attached to a
context, it would warn and re-ref the source. But then it just freed
it anyway... So keep the warning but drop the re-ref.

https://bugzilla.gnome.org/show_bug.cgi?id=634239
glib/gmain.c