mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 11:01:57 +08:00
call mg_DestroyFreeQMSGList after terminating desktop
This commit is contained in:
@@ -582,7 +582,6 @@ void TerminateGUI (int rcByGUI)
|
||||
__mg_join_all_message_threads ();
|
||||
#endif
|
||||
|
||||
mg_DestroyFreeQMSGList ();
|
||||
mg_TerminateAccel ();
|
||||
mg_TerminateControlClass ();
|
||||
|
||||
@@ -616,6 +615,8 @@ void TerminateGUI (int rcByGUI)
|
||||
}
|
||||
#endif
|
||||
|
||||
mg_DestroyFreeQMSGList ();
|
||||
|
||||
#ifdef _MGHAVE_ADV_2DAPI
|
||||
extern void miFreeArcCache (void);
|
||||
miFreeArcCache ();
|
||||
|
||||
Reference in New Issue
Block a user