2010-10-06 Mikael Morin <mikael@gcc.gnu.org>
* module.c (gfc_use_module): Free atom_string when done with it.
From-SVN: r165029
2010-10-06 Mikael Morin <mikael@gcc.gnu.org>
+ * module.c (gfc_use_module): Free atom_string when done with it.
+
+2010-10-06 Mikael Morin <mikael@gcc.gnu.org>
+
* module.c (read_module): Remove useless string duplication.
2010-10-06 Mikael Morin <mikael@gcc.gnu.org>
"for file '%s' opened at %C", atom_string,
MOD_VERSION, filename);
}
+
+ gfc_free (atom_string);
}
if (c == '\n')