#1410 closed defect (fixed)Memory leak in TEncGOP::xCreatePictureTimingSEI
DescriptionSEIPictureTiming *pictureTimingSEI = new SEIPictureTiming();
The object is created, however it is used conditionally later on, so then condition is false memory seems not freed.
Attached patch may solve the problem. Attachments (1)Change History (4)comment:1 Changed 9 years ago by DefaultCC Plugin
Changed 9 years ago by Vadimcomment:2 Changed 9 years ago by ksuehring
Thanks for spotting this.
I think in general, the overall SEI generation code can probably still be improved, but for now the patch should solve the memory leak.
Fixed in r4589 comment:3 Changed 9 years ago by ksuehring
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
|
xCreatePictureTimingSEI.patch