mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-08 18:29:43 +00:00
PSP: Remove double iconv close in PSP_ShowScreenKeyboard
This commit is contained in:
committed by
Sam Lantinga
parent
4cc9a4bdfe
commit
244af6edbb
@@ -519,7 +519,6 @@ void PSP_ShowScreenKeyboard(SDL_VideoDevice *_this, SDL_Window *window, SDL_Prop
|
||||
done:
|
||||
SDL_free(string_to_send);
|
||||
SDL_free(received_text_start);
|
||||
SDL_iconv_close(iconv);
|
||||
|
||||
SDL_SendScreenKeyboardHidden();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user