[mod_av] Coverity CID 1500320 (Resource leak)

This commit is contained in:
Jakub Karolczyk 2023-04-06 11:03:02 +01:00
parent 73ea37c5ab
commit 875a1b04ff
1 changed files with 2 additions and 0 deletions

View File

@ -1591,6 +1591,8 @@ GCC_DIAG_ON(deprecated-declarations)
context->vid_ready = 1;
switch_queue_push(context->eh.video_queue, img);
context->last_vid_push = switch_time_now();
} else {
switch_img_free(&img);
}
}
}