mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 05:22:10 +00:00
avdevice/caca: Don't free AVOpt-enabled string manually
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
395803c78f
commit
99b4acd3fa
@ -45,8 +45,6 @@ static void caca_deinit(AVFormatContext *s)
|
|||||||
{
|
{
|
||||||
CACAContext *c = s->priv_data;
|
CACAContext *c = s->priv_data;
|
||||||
|
|
||||||
av_freep(&c->window_title);
|
|
||||||
|
|
||||||
if (c->display) {
|
if (c->display) {
|
||||||
caca_free_display(c->display);
|
caca_free_display(c->display);
|
||||||
c->display = NULL;
|
c->display = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user