Re: [Patch, Fortran] Fix some memory leaks

2012-10-04 Thread Steven Bosscher
On Thu, Oct 4, 2012 at 7:06 PM, Tobias Burnus wrote: > This patch fixes some memory leaks and other issues found by > http://scan5.coverity.com. > > Build and regtested on x86-64-linux. > OK for the trunk? Yes, thanks for plugging these! Some of them have been there since day 0 :-) Ciao! Steven

[Patch, Fortran] Fix some memory leaks

2012-10-04 Thread Tobias Burnus
This patch fixes some memory leaks and other issues found by http://scan5.coverity.com. Build and regtested on x86-64-linux. OK for the trunk? Tobias 2012-10-04 Tobias Burnus * expr.c (scalarize_intrinsic_call): Plug memory leak. * frontend-passes.c (gcc_assert): Extend assert. * interf