Re: [PATCH] Fix memory leak in inline_merge_summary

2012-05-23 Thread Richard Guenther
On Wed, May 23, 2012 at 1:02 PM, Martin Jambor wrote: > Hi, > > the vector operand_map is not freed in inline_merge_summary, this > patch fixes it.  It looks fairly obvious and I also have talked about > the problem on IRC with Honza yesterday so I will commit it after > bootstrap and testing on x

[PATCH] Fix memory leak in inline_merge_summary

2012-05-23 Thread Martin Jambor
Hi, the vector operand_map is not freed in inline_merge_summary, this patch fixes it. It looks fairly obvious and I also have talked about the problem on IRC with Honza yesterday so I will commit it after bootstrap and testing on x86_64-linux. I suppose I should then test and commit it to the 4.