Changes between Version 1 and Version 2 of Ticket #2216, comment 4
- Timestamp:
- 01/31/2013 02:08:46 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2216, comment 4
v1 v2 6 6 avcodec_copy_context(DestCodecCtx,SourceCodecCtx); 7 7 }}} 8 and closing and freeing the DestCodecCtxwill not avoid it, because in the first call some memory is allocated for8 and closing and freeing the {{{DestCodecCtx}}} will not avoid it, because in the first call some memory is allocated for 9 9 {{{DestCodecCtx->priv_data}}} and in the second call the pointer is set to NULL without freeing the memory previously allocated.


