[patch, Fortran, committed] Free temporary variables

Tobias Burnus burnus@net-b.de
Mon Aug 27 20:52:00 GMT 2012


Another obvious leakage fix: For "if( e1 == NULL || e2 == NULL)" one has 
to free the non-NULL expression (if there is one). Similarly, vector of 
type "tree *" has to be freed - we only need the elements of that vector.

Build and tested on x86-64-linux.
Committed as Rev. 190731

Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: committed.diff
Type: text/x-patch
Size: 1607 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20120827/e70f3bd1/attachment.bin>


More information about the Gcc-patches mailing list