mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 08:33:55 +08:00
call __mg_nssurf_map_delete() in server_ServerCleanup
This commit is contained in:
@@ -359,6 +359,10 @@ void server_ServerCleanup (void)
|
||||
{
|
||||
__mg_cleanup_layers ();
|
||||
|
||||
#ifdef _MGSCHEMA_COMPOSITING
|
||||
__mg_nssurf_map_delete ();
|
||||
#endif
|
||||
|
||||
mg_TerminateTimer (TRUE);
|
||||
|
||||
unlink (CS_PATH);
|
||||
|
||||
Reference in New Issue
Block a user