Fix some ref count issues
authorMike Gorse <mgorse@suse.com>
Thu, 27 Dec 2012 21:50:04 +0000 (16:50 -0500)
committerMike Gorse <mgorse@suse.com>
Thu, 27 Dec 2012 21:50:04 +0000 (16:50 -0500)
commit233ec0f562e12adfbe1ca5182bebd22c19c31ea4
treef9ee06c6a15c854cb6196e1d054487a2723c0fae
parentaa13890a6ad1c7b7c743a343ea94995598c4709d
Fix some ref count issues

Add refs in some places where they were previously not present, and be more
thorough about removing refs when disposing. This should fix some leaks,
though it is likely that many still remain.
Also add a test program that can be used to test for some leaks.
Makefile.am
atspi/atspi-accessible.c
atspi/atspi-application.c
atspi/atspi-misc.c
configure.ac
test/Makefile.am [new file with mode: 0644]
test/memory.c [new file with mode: 0644]