Changeset bcee7c9eda234a2174b81c0ad85b7d554b3f70c5
- Timestamp:
- 03/03/08 15:14:18
(6 months ago)
- Author:
- Rémi Duraffort <ivoire@via.ecp.fr>
- git-committer:
- Rémi Duraffort <ivoire@via.ecp.fr> 1204553658 +0100
- git-parent:
[c9c5170b8ad691bbf06111e08f9f911e68484fa8]
- git-author:
- Rémi Duraffort <ivoire@via.ecp.fr> 1204553658 +0100
- Message:
Another check for malloc.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbbd1c26 |
rbcee7c9 |
|
| 232 | 232 | |
|---|
| 233 | 233 | p_effect = malloc( sizeof( visual_effect_t ) ); |
|---|
| | 234 | if( !p_effect ) |
|---|
| | 235 | break; |
|---|
| 234 | 236 | p_effect->i_width = p_sys->i_width; |
|---|
| 235 | 237 | p_effect->i_height= p_sys->i_height; |
|---|