Fix memory leaks in get_toolkit_name and get_toolkit_version
authorMike Gorse <mgorse@novell.com>
Fri, 6 May 2011 00:39:33 +0000 (19:39 -0500)
committerMike Gorse <mgorse@novell.com>
Fri, 6 May 2011 00:39:33 +0000 (19:39 -0500)
_atspi_dbus_get_property calls g_strdup when it returns a string, so we
should not g_strdup the result unless we're caching a copy for later use.


No differences found