windows: Patched to compile.

This commit is contained in:
Ryan C. Gordon 2017-08-02 13:06:56 -04:00
parent 007c2fc037
commit 1e850d32ea
1 changed files with 0 additions and 1 deletions

View File

@ -749,7 +749,6 @@ void *__PHYSFS_platformOpenAppend(const char *filename)
{
const PHYSFS_ErrorCode err = errcodeFromWinApi();
CloseHandle(h);
allocator.Free(retval);
BAIL(err, NULL);
} /* if */