Check that message is non-NULL before calling libdbus
authorMike Gorse <mgorse@suse.com>
Tue, 15 Jan 2013 16:07:12 +0000 (10:07 -0600)
committerMike Gorse <mgorse@suse.com>
Tue, 15 Jan 2013 16:07:12 +0000 (10:07 -0600)
commitd20f38c58e79d41c1b09aad61b13901ad4348387
tree1c351ad1092005924419df567bbe815be9d6254a
parentb5deb7538bb00757ef264f95969ff8a426898810
Check that message is non-NULL before calling libdbus

_atspi_dbus_call_partial now checks for an error message, but it should
first check that the message is not NULL, or libdbus will abort.
atspi/atspi-misc.c