← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] IDF code: fixing problems reported by coverity

 

Coverity reports #102373 was not fixed.

If while( aLibFile.good() ) is not true, it'll end up exiting the
function with pout not freed.

Also this is a good example of why you should mark issues you fix or
ignore in Coverity. It's easier to check later if it got fixed.


Follow ups

References