mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
free Graphics object on quit.
This commit is contained in:
@@ -934,6 +934,8 @@ void dispose()
|
||||
}
|
||||
CMessage::dispose();
|
||||
|
||||
vstd::clear_pointer(graphics);
|
||||
|
||||
if(console)
|
||||
{
|
||||
delete console; // should be removed after everything else since used by logging
|
||||
|
Reference in New Issue
Block a user