Changeset cbc120de4ceb5c1ce66bb0b794f92246d7dec0b2
- Timestamp:
- 05/09/08 14:59:03
(3 days ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1210337943 +0200
- git-parent:
[3f47d4769d757a7ec2007f1ff9ff16648456e71a]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1210337918 +0200
- Message:
Don't leak picture_t
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3f47d47 |
rcbc120d |
|
| 676 | 676 | free( p_pic->p_data_orig ); |
|---|
| 677 | 677 | if( p_pic->pf_release ) p_pic->pf_release( p_pic ); |
|---|
| | 678 | else free( p_pic ); |
|---|
| 678 | 679 | } |
|---|
| 679 | 680 | if( p_fmt ) |
|---|