diff options
Diffstat (limited to 'source/compiler/aslfileio.c')
-rw-r--r-- | source/compiler/aslfileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/compiler/aslfileio.c b/source/compiler/aslfileio.c index 56d006b5ad7b..6bde7080f8c6 100644 --- a/source/compiler/aslfileio.c +++ b/source/compiler/aslfileio.c @@ -319,6 +319,8 @@ FlCloseFile ( AslAbort (); } + /* Do not clear/free the filename string */ + Gbl_Files[FileId].Handle = NULL; return; } |