Commit de5645a7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

RealRTSP: kill a warning

parent 1055f657
......@@ -60,7 +60,7 @@ static sdpplin_stream_t *sdpplin_parse_stream(char **data) {
sdpplin_stream_t *desc;
char* buf = NULL;
char* decoded = NULL;
unsigned char* decoded = NULL;
int handled;
desc = calloc( 1, sizeof(sdpplin_stream_t) );
......
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