Changeset ed42c4a2f503b96c76cf00014a00b8a64aebe103
- Timestamp:
- 05/09/08 17:52:18
(4 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1210348338 +0200
- git-parent:
[310e539913187cdda5b344cbb27bfe34c352ccf1]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1210345039 +0200
- Message:
Catch error case.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r310e539 |
red42c4a |
|
| 874 | 874 | |
|---|
| 875 | 875 | p_region->psz_text = strdup( psz_string ); |
|---|
| | 876 | if( !p_region->psz_text ) |
|---|
| | 877 | { |
|---|
| | 878 | free( p_region ); |
|---|
| | 879 | return NULL; |
|---|
| | 880 | } |
|---|
| 876 | 881 | p_region->p_style = p_style; |
|---|
| 877 | 882 | |
|---|