Closes and frees a storage container.
Defined in <SDL3/SDL_storage.h>
bool SDL_CloseStorage(SDL_Storage *storage);
SDL_Storage * | storage | a storage container to close. |
(bool) Returns true if the container was freed with no errors, false otherwise; call SDL_GetError() for more information. Even if the function returns an error, the container data will be freed; the error is only for informational purposes.
This function is available since SDL 3.1.3.