| SDL_FreeRW on Win64 causes ntdll exception |
| SDL_FreeRW on Win64 causes ntdll exception |
|
Andreas Schiffler
Guest
|
SDL_FreeRW(F) should ONLY be called against an F that was created with F = SDL_AllocRW()
So the below code is incorrect - the SDL_FreeRW should be removed. --Andreas On 5/12/2013 12:00 PM, Anthony Walter wrote:
|
|||||||||||||||
|
|
||||||||||||||||
| SDL_FreeRW on Win64 causes ntdll exception |
|
Jonny D
|
Yeah, SDL_RWclose() does the freeing for you.
Jonny D On Sun, May 12, 2013 at 3:16 PM, Andreas Schiffler wrote:
|
|||||||||||||||||
|
|
||||||||||||||||||

