Repair TEST_WITH_GC
commit4a9d561ce4d58947529794b9ed889c7da69f22b1
authorTamas TEVESZ <ice@extreme.hu>
Wed, 22 Sep 2010 16:00:34 +0000 (22 18:00 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 7 Oct 2010 10:04:28 +0000 (7 12:04 +0200)
treed237d32ed4ba538862a345e225dad640f370d0c2
parent2bc0c1124aa07cf61f1d1f9d5f41445f18efe3ca
Repair TEST_WITH_GC

The comment in WINGs/memory.c:wfree() pretty much explains the current
situation. There's an incredible amount of mixing the wmalloc/wfree
wrappers with native mallocs/frees on the other side, and a good several
cases of misusing external libraries' APIs. Until this is thoroughly
cleaned, WM with --enable-boehm-gc will hardly even start.

Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
WINGs/memory.c
configure.ac