2016-04-12 14:07 GMT-06:00 [email protected] <[email protected]>: > Hi Alex, > > The fix looks good. > Could you tell why this is important to you, what is the motivation? > Do you really observe this problem, or it is based on a static analysis?
I was playing around with the codebase trying to find ways to improve performance. I found this memory leak with static analysis (scan-build), and figured that it would be a good place to start. -Alex
