Explorar o código

windows: Patched to compile.

Ryan C. Gordon %!s(int64=9) %!d(string=hai) anos
pai
achega
1e850d32ea
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 */