sout_description: fix malloc usage
malloc(0) can return NULL. Don't use it to generate a non-NULL value (NULL is the error code for sout_stream_t.pf_add).
Showing
Please register or sign in to comment
malloc(0) can return NULL. Don't use it to generate a non-NULL value (NULL is the error code for sout_stream_t.pf_add).