Commit 5b6b25c8 authored by Antoine Cellerier's avatar Antoine Cellerier

Revert part of the previous commit which was wrong. (Looks like the leak is in...

Revert part of the previous commit which was wrong. (Looks like the leak is in ConvertImage when the input and output formats are the same ... fix comming)
parent e1ec7cd8
......@@ -616,8 +616,6 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
continue;
}
p_new_pic->pf_release = (pf_release_t)free;
vout_CopyPicture( p_stream, p_new_pic, p_pic );
}
......
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