]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Prevent creation of unused tree.
authorAndre Vehreschild <vehre@gcc.gnu.org>
Wed, 25 Jun 2025 10:27:35 +0000 (12:27 +0200)
committerAndre Vehreschild <vehre@gcc.gnu.org>
Thu, 26 Jun 2025 08:44:42 +0000 (10:44 +0200)
commit24940ad1534aa71ed74cf059982446c6df1f3f74
tree6bb8115c747315ecbad422436fd47ce45e9e9451
parent84947575bd0281cd4d99f1a31029ca4da11fc997
Fortran: Prevent creation of unused tree.

gcc/fortran/ChangeLog:

* trans.cc (gfc_allocate_using_malloc): Prevent possible memory
leak when allocation was already done.
gcc/fortran/trans.cc