Fixed some leaks

Former-commit-id: 77aca881473ddd034355248052b5d0ce627cc9bb
This commit is contained in:
Lynix
2013-04-01 23:23:47 +02:00
parent b4c7818200
commit 2fb46d6317

View File

@@ -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;
} }