Opened 11 years ago Closed 11 years ago #1123 closed defect (fixed)Small memory leak in the decoder
Description
Dear Experts,
There is a small memory leak in the HM 11.0 decoder when it is decoding the SEI messages.
Solution:
Add getBitstream()->deleteFifo();
before delete getBitstream();
in the line 317 of the SEIread.cpp source file.
Best regards,
Diego Felix de Souza
Ph.D. Student -- Electrical Engineering Change History (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by fbossen
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
|
Fixed in r3521