Commit 99b4acd3 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avdevice/caca: Don't free AVOpt-enabled string manually

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 395803c7
......@@ -45,8 +45,6 @@ static void caca_deinit(AVFormatContext *s)
{
CACAContext *c = s->priv_data;
av_freep(&c->window_title);
if (c->display) {
caca_free_display(c->display);
c->display = NULL;
......
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