source/Graphics/Graphics.cpp: should delete m_gfxdrv in destructor.
This commit is contained in:
parent
d70ca4a6c1
commit
9b683e9a5c
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ Graphics::~Graphics()
|
||||||
{
|
{
|
||||||
shutdown();
|
shutdown();
|
||||||
delete m_display;
|
delete m_display;
|
||||||
|
delete m_gfxdrv;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Graphics::init()
|
bool Graphics::init()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue