fix for closing window (#17301)

This commit is contained in:
Aramis 2024-12-28 17:26:04 +01:00 committed by GitHub
parent b8c9665753
commit 2c3e53e4e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)