From a6c2933fab7b29df8f70e08b0992eede15977c9d Mon Sep 17 00:00:00 2001 From: Vegard Matthey Date: Sat, 28 Dec 2024 16:02:05 +0100 Subject: [PATCH] fix for closing window --- gfx/video_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index d0940ea2ae6..339341a7e71 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -3665,6 +3665,7 @@ void video_driver_frame(const void *data, unsigned width, #endif recording_state_t *recording_st= recording_state_get_ptr(); + status_text[0] = '\0'; video_driver_msg[0] = '\0'; if (!video_driver_active)