Skip to content
Snippets Groups Projects
Commit 7cc059ff authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 22/08/2024: fix: add missing deallocation of TBOXNCDIMS when freeing file ressources

parent 81c7ac2b
No related branches found
No related tags found
No related merge requests found
......@@ -1776,6 +1776,7 @@ RECURSIVE SUBROUTINE IO_File_remove_from_list( TPFILE )
#endif
! Free file ressources
IF ( ASSOCIATED(TPFILE%TBOXNCDIMS) ) DEALLOCATE( TPFILE%TBOXNCDIMS )
DEALLOCATE( TPFILE )
TPFILE => NULL()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment