Changeset 74fd4dd74d562ccbec50cf5aef3c7b402463a3ff

Show
Ignore:
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
  • modules/services_discovery/shout.c

    r5d7f297 r74fd4dd  
    140140            break; 
    141141    } 
    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 
    143143                                      * in Close() */ 
    144144