From: Mike Gorse Date: Tue, 30 Apr 2013 19:12:05 +0000 (-0500) Subject: Ensure that DBus errors are freed X-Git-Tag: AT_SPI2_ATK_2_12_0~35 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=5515673936c5fa9af85e133ed070349db5fb098a;hp=5515673936c5fa9af85e133ed070349db5fb098a Ensure that DBus errors are freed Call dbus_error_free in some cases where it is needed. Just pass NULL to dbus_message_get_args where we aren't using the error. https://bugzilla.gnome.org/show_bug.cgi?id=698951 ---