Commit 49bfcb1a authored by Clément Stenac's avatar Clément Stenac

Fix

parent d0cc3145
......@@ -1059,6 +1059,10 @@ static sdp_t * ParseSDP( vlc_object_t *p_obj, char* psz_sdp )
{ \
b_invalid = VLC_TRUE; break; \
} \
else \
{ \
store = strdup( psz_parse ); \
} \
}; \
psz_parse = psz_eof + 1; i_field++;
......
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