Skip to content
Snippets Groups Projects
Commit ed7929c3 authored by Xiang Li's avatar Xiang Li
Browse files

Fix minor memory leak under JVET_M0464_UNI_MTS

parent ad7f9c65
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ TrQuant::~TrQuant()
xFree( m_mtsCoeffs[i] );
m_mtsCoeffs[i] = nullptr;
}
delete[] m_mtsCoeffs;
m_mtsCoeffs = nullptr;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment