]> git.sesse.net Git - vlc/commitdiff
shout.c: Fix a typo in previous commit. (thanks, funman).
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 21 Dec 2007 15:03:49 +0000 (15:03 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 21 Dec 2007 15:03:49 +0000 (15:03 +0000)
modules/services_discovery/shout.c

index 8d388e90c15a213ce233bf93c729594dad66a60f..230bbbd5bc0ac0f8dde410b2ba2ee6db3a685517 100644 (file)
@@ -139,7 +139,7 @@ static int Open( vlc_object_t *p_this, int i_type )
                                 0, NULL, -1 );
             break;
     }
-    vlc_gc_decref( p_sys->p_input ); /* Refcount to 1, so we can release it
+    vlc_gc_incref( p_sys->p_input ); /* Refcount to 1, so we can release it
                                       * in Close() */
 
     input_ItemAddOption( p_sys->p_input, "no-playlist-autostart" );