-
- Downloads
fortran: Remove conditionals around free()
gcc/fortran/ChangeLog: * resolve.cc (resolve_select_type): Call free() unconditionally. libgfortran/ChangeLog: * caf/single.c (_gfortran_caf_register): Call free() unconditionally. * io/async.c (update_pdt, async_io): Likewise. * io/format.c (free_format_data): Likewise. * io/transfer.c (st_read_done_worker, st_write_done_worker): Likewise. * io/unix.c (mem_close): Likewise.
Showing
- gcc/fortran/resolve.cc 1 addition, 2 deletionsgcc/fortran/resolve.cc
- libgfortran/caf/single.c 2 additions, 4 deletionslibgfortran/caf/single.c
- libgfortran/io/async.c 2 additions, 4 deletionslibgfortran/io/async.c
- libgfortran/io/format.c 1 addition, 2 deletionslibgfortran/io/format.c
- libgfortran/io/transfer.c 2 additions, 4 deletionslibgfortran/io/transfer.c
- libgfortran/io/unix.c 1 addition, 2 deletionslibgfortran/io/unix.c
Loading
Please register or sign in to comment