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
I added debug logging in SDL_SetClipboardText and there the text is correct. But in SDL_ClipboardTextCallback the text is corrupted so it was likely freed some time in between.
mahkoh/jay#1123
I added debug logging in SDL_SetClipboardText and there the text is correct. But in SDL_ClipboardTextCallback the text is corrupted so it was likely freed some time in between.