mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
fix a bug when quiting dummy engine under compoisiting schema
This commit is contained in:
@@ -325,7 +325,9 @@ static void DUMMY_VideoQuit(_THIS)
|
||||
}
|
||||
#else
|
||||
if (this->screen->pixels != NULL) {
|
||||
#if !defined(_MGRM_PROCESSES)
|
||||
free (this->screen->pixels);
|
||||
#endif
|
||||
this->screen->pixels = NULL;
|
||||
}
|
||||
#endif /* not (defined(_MGRM_PROCESSES) && defined (_MGSCHEMA_SHAREDFB)) */
|
||||
|
||||
Reference in New Issue
Block a user