From 244af6edbb62a65a2f216ed3dd2d379e2a7bef24 Mon Sep 17 00:00:00 2001
From: Wouter Wijsman <[EMAIL REDACTED]>
Date: Sun, 5 Jul 2026 18:54:17 +0200
Subject: [PATCH] PSP: Remove double iconv close in PSP_ShowScreenKeyboard
---
src/video/psp/SDL_pspvideo.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/video/psp/SDL_pspvideo.c b/src/video/psp/SDL_pspvideo.c
index 7419a32453f64..071aab8be5251 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();
}