Fixed some leaks
Former-commit-id: 77aca881473ddd034355248052b5d0ce627cc9bb
This commit is contained in:
parent
b4c7818200
commit
2fb46d6317
|
|
@ -61,6 +61,7 @@ void NzMusic::Destroy()
|
||||||
{
|
{
|
||||||
Stop();
|
Stop();
|
||||||
|
|
||||||
|
delete m_impl->stream;
|
||||||
delete m_impl;
|
delete m_impl;
|
||||||
m_impl = nullptr;
|
m_impl = nullptr;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue