Fix crash in atspi_image_get_image_description
authorDan Winship <danw@gnome.org>
Fri, 21 Jan 2011 16:27:16 +0000 (11:27 -0500)
committerMike Gorse <mgorse@novell.com>
Fri, 21 Jan 2011 22:53:34 +0000 (16:53 -0600)
commit14d50e60b43a7c0d529c5b4ba4136abc2058f59e
tree94c413232ba80cd85393eb01cd124829e0f1ccdc
parentc864594d76ef123eec18cfd082afeef3aa93cd11
Fix crash in atspi_image_get_image_description

If the remote object didn't define this property then the function
would return stack garbage, which the caller would eventually try to
free.

https://bugzilla.gnome.org/show_bug.cgi?id=640198
atspi/atspi-image.c