Cleaned code

Former-commit-id: 65b235b0c8326e060ec7032bb2a153e22518a25a
This commit is contained in:
Lynix
2012-10-04 09:32:55 +02:00
parent b219b19710
commit 7bab3d9443
9 changed files with 48 additions and 87 deletions

View File

@@ -292,10 +292,9 @@ bool NzBuffer::SetStorage(nzBufferStorage storage)
m_impl->Unmap();
m_impl->Destroy();
delete m_impl;
m_impl = impl;
m_impl = impl;
m_storage = storage;
return true;