Changeset c2b333e3de12c6e1b0fb4bdadc4a1209bc867ab6
- Timestamp:
- 29/03/08 14:32:47
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206797567 +0100
- git-parent:
[3ed6ed50cc5b8aa6d7320169f6cf5c2e9c4f34bf]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206797567 +0100
- Message:
description: Fix compilation.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r49bc02e |
rc2b333e |
|
| 98 | 98 | |
|---|
| 99 | 99 | /* It can happen only if buggy */ |
|---|
| 100 | | assert( !p_sys->p_input ) |
|---|
| | 100 | assert( !p_sys->p_input ); |
|---|
| 101 | 101 | |
|---|
| 102 | 102 | free( p_sys ); |
|---|