PSP: Remove double iconv close in PSP_ShowScreenKeyboard

This commit is contained in:
Wouter Wijsman
2026-07-05 18:54:17 +02:00
committed by Sam Lantinga
parent 4cc9a4bdfe
commit 244af6edbb

View File

@@ -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();
}