Browse Source

windows: Patched to compile.

Ryan C. Gordon 8 years ago
parent
commit
1e850d32ea
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/physfs_platform_windows.c

+ 0 - 1
src/physfs_platform_windows.c

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