Don't g_object_unref a NULL object for event variant
authorMike Gorse <mgorse@novell.com>
Sun, 19 Feb 2012 22:23:42 +0000 (16:23 -0600)
committerMike Gorse <mgorse@novell.com>
Sun, 19 Feb 2012 22:23:42 +0000 (16:23 -0600)
commit959ad9c7e3fbba7aee2dcd93043eea6b5105f95f
tree37fbc212dd1369a107796325cdcc823b0b714092
parentc5ae7c1b45f9a7156d3a7b5e78c55c7e46ef2ad9
Don't g_object_unref a NULL object for event variant

If we get an event with what appears to be an accessible as the variant
but we do not succeed in marshalling the accessible (possibly because it
is the null path), do not unref the null object. Stops a glib warning.
atspi/atspi-event-listener.c