You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
SDL2 (SDL3 behaves the same way) demos call SDL_GetClipboardText(), but do not call SDL_free() on the returned pointer. According to the SDL documentation, Caller must call SDL_free() on the returned pointer when done with it (even if there was an error).
The text was updated successfully, but these errors were encountered:
Hello,
SDL2 (SDL3 behaves the same way) demos call
SDL_GetClipboardText()
, but do not callSDL_free()
on the returned pointer. According to the SDL documentation, Caller must call SDL_free() on the returned pointer when done with it (even if there was an error).The text was updated successfully, but these errors were encountered: