Fix DPMS text not going away on reset

This commit is contained in:
RichardG867
2021-04-14 16:09:08 -03:00
parent d344fce4d4
commit b2dd4fde07

View File

@@ -982,6 +982,9 @@ svga_close(svga_t *svga)
free(svga->changedvram);
free(svga->vram);
if (svga->dpms_ui)
ui_sb_set_text_w(NULL);
svga_pri = NULL;
}