[Bug fortran/41093] memory leaks with gfc_namespace

2012-08-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41093 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/41093] memory leaks with gfc_namespace

2012-08-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41093 --- Comment #3 from Tobias Burnus 2012-08-27 12:07:52 UTC --- Author: burnus Date: Mon Aug 27 12:07:43 2012 New Revision: 190710 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190710 Log: 2012-08-27 Tobias Burnus PR fortran/41

[Bug fortran/41093] memory leaks with gfc_namespace

2012-08-26 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41093 Mikael Morin changed: What|Removed |Added AssignedTo|mikael at gcc dot gnu.org |unassigned at gcc dot |

[Bug fortran/41093] memory leaks with gfc_namespace

2009-08-26 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2009-08-26 09:50 --- Janus, Thanks for reporting this. In fact, the bug is worse than you report; the namespace of 'F1' is never freed! ns->refs is set to one by gfc_get_namespace it is incremented in decl.c(get_proc_name):800 for reaso