diff options
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r-- | gcc/fortran/module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index 02f5756..71699ad 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -5687,6 +5687,8 @@ gfc_use_module (void) "for file '%s' opened at %C", atom_string, MOD_VERSION, filename); } + + gfc_free (atom_string); } if (c == '\n') |