Don't check for NULL when calling _atspi_application_new
authorMike Gorse <mgorse@suse.com>
Mon, 17 Sep 2012 16:16:08 +0000 (11:16 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 17 Sep 2012 16:16:08 +0000 (11:16 -0500)
commit3c21b42d31fd19c28bca9417c66bbd5c9fa4c6f8
treec8ef435880514954006d09bcd14ab7e8d1a5852e
parent5587b154a1f01f43924e049c33caffbeea26de48
Don't check for NULL when calling _atspi_application_new

g_object_new will error out rather than return NULL when out of memory,
so no need to check its return value.
atspi/atspi-application.c
atspi/atspi-misc.c