This one small enough to not need attaching. <br><br>Cian<br><br>Index: src/stream_output/profiles.c<br>===================================================================<br>--- src/stream_output/profiles.c    (revision 16398)
<br>+++ src/stream_output/profiles.c    (working copy)<br>@@ -394,8 +394,8 @@<br> int streaming_ProfileParse( vlc_object_t *p_this,streaming_profile_t *p_profile,<br>                             const char *psz_profile )<br>
 {<br>+    module_t *p_module;<br>     DECMALLOC_ERR( p_parser, profile_parser_t );<br>-    module_t *p_module;<br>     assert( p_profile ); assert( psz_profile );<br> <br>     p_parser->psz_profile = strdup( psz_profile );
<br><br><br clear="all"><br>