Changeset e8f97c66ab6815875ab48a03fe768faee3ca5b3f
- Timestamp:
- 09/09/07 16:46:22
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1189349182 +0000
- git-parent:
[65cd4a4c4e8aa7f59a0a8e73d73e83e00d1cd6db]
- git-author:
- Rafaël Carré <funman@videolan.org> 1189349182 +0000
- Message:
Fixes segfault
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8e3816a |
re8f97c6 |
|
| 227 | 227 | { |
|---|
| 228 | 228 | if( p_spu->i_filter ) |
|---|
| 229 | | while( p_spu->i_filter-- ) |
|---|
| 230 | | { |
|---|
| | 229 | while( p_spu->i_filter ) |
|---|
| | 230 | { |
|---|
| | 231 | p_spu->i_filter--; |
|---|
| 231 | 232 | module_Unneed( p_spu->pp_filter[p_spu->i_filter], |
|---|
| 232 | 233 | p_spu->pp_filter[p_spu->i_filter]->p_module ); |
|---|