Changeset 375c32ffcacd8781b7c5329d4d7714d8c879625b
- Timestamp:
- 30/05/08 18:25:22
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1212164722 +0300
- git-parent:
[7c2d9c9b74261d773cbce34e0243f28c99157f34]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1212164722 +0300
- Message:
When checking for filters overflow, actually handle the error (CID 48)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6da90a1 |
r375c32f |
|
| 149 | 149 | module_Need( p_spu->pp_filter[p_spu->i_filter], |
|---|
| 150 | 150 | "sub filter", psz_name, true ); |
|---|
| | 151 | free( psz_name ); |
|---|
| | 152 | |
|---|
| 151 | 153 | if( p_spu->pp_filter[p_spu->i_filter]->p_module ) |
|---|
| 152 | 154 | { |
|---|
| … | … | |
| 171 | 173 | { |
|---|
| 172 | 174 | msg_Dbg( p_spu, "can't add anymore filters" ); |
|---|
| 173 | | } |
|---|
| 174 | | |
|---|
| 175 | | free( psz_name ); |
|---|
| | 175 | break; |
|---|
| | 176 | } |
|---|
| | 177 | |
|---|
| 176 | 178 | } |
|---|
| 177 | 179 | free( val.psz_string ); |
|---|