From: RĂ©mi Duraffort Date: Thu, 31 Jul 2008 17:53:33 +0000 (+0200) Subject: Usefull coment instead of "Gruik" (evenif I like the previous one...) X-Git-Tag: 0.9.0-test3~99 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=9589813471d0f5525789b7cf7165e48d177cbad6 Usefull coment instead of "Gruik" (evenif I like the previous one...) --- diff --git a/modules/services_discovery/podcast.c b/modules/services_discovery/podcast.c index 8d732703d6..5819b4e56a 100644 --- a/modules/services_discovery/podcast.c +++ b/modules/services_discovery/podcast.c @@ -155,8 +155,9 @@ static void Run( services_discovery_t *p_sd ) { services_discovery_sys_t *p_sys = p_sd->p_sys; + /* Launch the callback associated with this variable */ char *psz_urls = var_CreateGetString( p_sd, "podcast-urls" ); - free( psz_urls ); /* Gruik ? */ + free( psz_urls ); var_AddCallback( p_sd, "podcast-urls", UrlsChange, p_sys ); while( vlc_object_alive (p_sd) )