Changeset 74fd4dd74d562ccbec50cf5aef3c7b402463a3ff
- Timestamp:
- 12/21/07 16:03:49
(9 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1198249429 +0000
- git-parent:
[5d7f2974b7425bf51383b601229aa059964b6df4]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1198249429 +0000
- Message:
shout.c: Fix a typo in previous commit. (thanks, funman).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5d7f297 |
r74fd4dd |
|
| 140 | 140 | break; |
|---|
| 141 | 141 | } |
|---|
| 142 | | vlc_gc_decref( p_sys->p_input ); /* Refcount to 1, so we can release it |
|---|
| | 142 | vlc_gc_incref( p_sys->p_input ); /* Refcount to 1, so we can release it |
|---|
| 143 | 143 | * in Close() */ |
|---|
| 144 | 144 | |
|---|