FX wrote:
While looking at the use of gfc_free() in the front-end when discussing its
removal, I noticed one instance where gfc_free_expr() should be used instead.
The patch that fixes it is:
OK. Thanks for the patch!
Tobias
2011-03-12 Francois-Xavier Coudert
* arith.c (arith_powe
While looking at the use of gfc_free() in the front-end when discussing its
removal, I noticed one instance where gfc_free_expr() should be used instead.
The patch that fixes it is:
2011-03-12 Francois-Xavier Coudert
* arith.c (arith_power): Plug memory leak.
Index: arith.c
==