Changeset 773c5eff01546555492439c4f1f3a61b791778e3
- Timestamp:
- 02/29/08 15:35:40
(6 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1204295740 +0000
- git-parent:
[c3a591ae44437c1f36a981a43b1bc3295a27d6d1]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1204295740 +0000
- Message:
check for malloc return value
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra78e273 |
r773c5ef |
|
| 785 | 785 | |
|---|
| 786 | 786 | p_pic = malloc( sizeof(picture_t) ); |
|---|
| | 787 | if( !p_pic ) return NULL; |
|---|
| 787 | 788 | fmt_out->video.i_chroma = fmt_out->i_codec; |
|---|
| 788 | 789 | vout_AllocatePicture( p_this, p_pic, |
|---|