main.c (please_free_exe_path_when_done): New variable.
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 19 Apr 2007 11:01:15 +0000 (11:01 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 19 Apr 2007 11:01:15 +0000 (11:01 +0000)
commita777d6e96715af95b710dc3fbd2f7ef3b5d7a767
tree671c20848c6885bfd24842cb7c56a2b03340bd2f
parent8d5d5865293148f8208acdc962beb686a3836720
main.c (please_free_exe_path_when_done): New variable.

* runtime/main.c (please_free_exe_path_when_done): New variable.
(store_exe_path): Initialize character buffer, and mark whether
exe_path should be free'd by the library destructor function.
(cleanup): Only free exe_path if needed.

From-SVN: r123969
libgfortran/ChangeLog
libgfortran/runtime/main.c