diff --git a/src/video/psp/SDL_pspvideo.c b/src/video/psp/SDL_pspvideo.c index 7419a32453..071aab8be5 100644 --- a/src/video/psp/SDL_pspvideo.c +++ b/src/video/psp/SDL_pspvideo.c @@ -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(); }