Skip to content

Commit

Permalink
windows: Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 2, 2017
1 parent 007c2fc commit 1e850d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/physfs_platform_windows.c
Expand Up @@ -749,7 +749,6 @@ void *__PHYSFS_platformOpenAppend(const char *filename)
{
const PHYSFS_ErrorCode err = errcodeFromWinApi();
CloseHandle(h);
allocator.Free(retval);
BAIL(err, NULL);
} /* if */

Expand Down

0 comments on commit 1e850d3

Please sign in to comment.