windows: Patched to compile.
This commit is contained in:
parent
007c2fc037
commit
1e850d32ea
|
@ -749,7 +749,6 @@ void *__PHYSFS_platformOpenAppend(const char *filename)
|
|||
{
|
||||
const PHYSFS_ErrorCode err = errcodeFromWinApi();
|
||||
CloseHandle(h);
|
||||
allocator.Free(retval);
|
||||
BAIL(err, NULL);
|
||||
} /* if */
|
||||
|
||||
|
|
Loading…
Reference in New Issue