Re: [Kicad-developers] [PATCH] Fix leaks in DL_Dxf::test

2018-09-28 Thread Wayne Stambaugh
I merged your patch into the dev branch. Thanks, Wayne On 09/28/2018 01:30 PM, John Beard wrote: > Hi, > > There is a resource leak in DL_Dxf::test(). > > This function is never actually used and only provides some kind of > manual test case. However, the leaks set off static analysers like >

[Kicad-developers] [PATCH] Fix leaks in DL_Dxf::test

2018-09-28 Thread John Beard
Hi, There is a resource leak in DL_Dxf::test(). This function is never actually used and only provides some kind of manual test case. However, the leaks set off static analysers like Coverity (6 times), so we might as well fix it since it's easy? Cheers, John From