Ticket #28: memory_leak.patch

File memory_leak.patch, 392 bytes (added by tpoirier, 8 years ago)
  • Lib/TLibEncoder/TEncCu.cpp

     
    470470  {
    471471    if(m_pcMrgPredTempYuv[idx])
    472472    {
     473      m_pcMrgPredTempYuv[idx]->destroy();
    473474      delete m_pcMrgPredTempYuv[idx];
    474475      m_pcMrgPredTempYuv[idx] = NULL;
    475476    }