Fix leak.

This commit is contained in:
castano 2011-04-22 00:04:29 +00:00
parent 2643a62d4a
commit 71d53e0d4e

View File

@ -119,6 +119,7 @@ namespace nv
// Destructor.
NV_FORCEINLINE ~Array() {
clear();
free<T>(m_buffer);
}