diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-09-11 21:38:09 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-09-11 21:38:09 +0000 |
commit | 754171ae60abbbd707ed8d449f07ef38f596bd22 (patch) | |
tree | 67d2b76905535d056ba6911186285d0325dc703f /source/compiler/aslfileio.c | |
parent | e599b42ef5047e5546af949d87d2cfd2e17062b0 (diff) |
Notes
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; } |