fix for compositor new[]/delete[] mismatch.

This commit is contained in:
Campbell Barton 2012-07-22 15:15:39 +00:00
parent 8904429287
commit f9ed34cce9

@ -66,7 +66,7 @@ void VectorBlurOperation::deinitExecution()
this->m_inputSpeedProgram = NULL;
this->m_inputZProgram = NULL;
if (this->m_cachedInstance) {
delete this->m_cachedInstance;
delete [] this->m_cachedInstance;
this->m_cachedInstance = NULL;
}
}