From b410ee094bc1be763287fc859bb6d1f6c8ec2d81 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 11 Dec 2017 08:18:23 -0800 Subject: [PATCH] Close file --- prodos.tools.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prodos.tools.cpp b/prodos.tools.cpp index c37ccd0..51c0c0f 100644 --- a/prodos.tools.cpp +++ b/prodos.tools.cpp @@ -1397,6 +1397,8 @@ bool ProDOS_FileExtract( const char *path ) } } + fclose( pFileData ); + return true; }