Opened 10 years ago Closed 10 years ago #87 closed defect (fixed)Memory leak
Description
For some reasons
m_pbUseDDD = (Bool* ) xMalloc( Bool, uiNumPartition);
is not freed at the decoder, although
if ( m_pbUseDDD ) { xFree(m_pbUseDDD); m_pbUseDDD = NULL; }
is present in code. Change history (2)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by tech
Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|