Avoid accessing members of a destroyed GError
authorAlberto Mardegan <mardy@users.sourceforge.net>
Sun, 17 Apr 2011 08:18:07 +0000 (11:18 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 17 Apr 2011 16:07:54 +0000 (19:07 +0300)
commitb628767e8bd0f86aa2cfde382f433a08f1dc3ef4
tree651aab7d1cb38a733f5d3eca22c549c1b926a7a3
parent59ae27863dcaf1ba2c4fc9bdd41a6a1247e1af3b
Avoid accessing members of a destroyed GError

After g_propagate_error() has been called, the original error has either
been destroyed or moved; this code was accessing the contents of the
GError after it had been free'd.
libgssdp/gssdp-socket-source.c