Commit 961d6594 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should...

* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return something but doesn't, so someone with more knowledge of this part might want to have a look at it ;)
parent f3c04cc8
......@@ -394,8 +394,8 @@ void streaming_ProfilesList( vlc_object_t *p_this, int *pi_profiles,
int streaming_ProfileParse( vlc_object_t *p_this,streaming_profile_t *p_profile,
const char *psz_profile )
{
DECMALLOC_ERR( p_parser, profile_parser_t );
module_t *p_module;
DECMALLOC_ERR( p_parser, profile_parser_t );
assert( p_profile ); assert( psz_profile );
p_parser->psz_profile = strdup( psz_profile );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment