Merge pull request #2530 from lemondrops/bugfix/clear_mt32_msg

Clear the MT-32 LCD message on reset
This commit is contained in:
Miran Grča
2022-07-29 16:30:32 +02:00
committed by GitHub

View File

@@ -328,6 +328,8 @@ mt32_close(void *p)
}
context = NULL;
ui_sb_mt32lcd("");
if (buffer)
free(buffer);
buffer = NULL;