I'm writing an SDL binding. I need to know what the semantics are regarding SDL_RWops. Specifically, can I do "SDL_RWclose(ops)" and then later do "SDL_FreeRW(ops)"? -:sigma.SB