Re: [Kicad-developers] RAII for the PNS_ROUTER

2016-08-05 Thread Tomasz Wlostowski
On 04.08.2016 22:59, Michael Steinberg wrote: > Hello all, > > up to the most current version of the router code I could get hold of, > it is leaking much memory (eventually resulting in std::bad_alloc) on > iterative stuff like dragging. I was also made aware of bugs like >

[Kicad-developers] RAII for the PNS_ROUTER

2016-08-04 Thread Michael Steinberg
Hello all, up to the most current version of the router code I could get hold of, it is leaking much memory (eventually resulting in std::bad_alloc) on iterative stuff like dragging. I was also made aware of bugs like "https://bugs.launchpad.net/kicad/+bug/1553804;. Now this stuff is a