Explorar el Código

windows: Patched to compile.

Ryan C. Gordon hace 8 años
padre
commit
1e850d32ea
Se han modificado 1 ficheros con 0 adiciones y 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 */