Svante Signell <[email protected]> writes: > The attached patch fixes this problem by adding a check in > configure.ac for a working path = getcwd(NULL, 0) allocating the > string length required dynamically, and freed later on. Similarly the > string baseURI is malloced and freed.
I can see the freeing of baseURI, but not that of path. I'd say it's leaked. Or do I miss something here? -- Thanks, Feri. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

