On Wed, Dec 16, 2009 at 8:43 PM, Carsten Breuer <[email protected]> wrote: > Hi Øyvind, > >> Of course resources tracking in C++ and exception handling comes to >> mind as a much more robust solution to such problems. I'm not >> arguing for using C++, I'm just saying that .... > > That's exactly what i thought when i see all the > malloc's in OpenOcd. I think, that there are still > a lot of memory leaks there. Are there any plans too switch > over to C++?
None. There is no interest amongst the maintainers. We know of no *significant* memory leaks today and we accept patches to fix all malloc() / resource tracking problems. Do you know of any real memory leak(other than missing checks on small malloc()'s)? -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
