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
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ void NzMusic::Destroy()
{
Stop();
delete m_impl->stream;
delete m_impl;
m_impl = nullptr;
}