Sfoglia il codice sorgente

windows: Patched to compile.

Ryan C. Gordon 8 anni fa
parent
commit
1e850d32ea
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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();
         CloseHandle(h);
-        allocator.Free(retval);
         BAIL(err, NULL);
     } /* if */