while (1) {
g = agopen("g", AGDIGRAPH);
agclose(g);
}
Fix: Anyway, the dot layout engine is now clean of leaks, at least for this test.
Neato still leaks, but enough for tonight....
The leaks were found with the assistance of "dmalloc" from http://dmalloc.com/ (also in RedHat Rawhide, meaning it should be a part of future RedHat distributions.)
I liked dmalloc so much that I also added a "--with-dmalloc" target to
configure
to make it easier to find leaks in the future.
Owner: ellson
Status: Fixed