mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-30 10:30:06 +00:00
[mod_av] Coverity CID 1500320 (Resource leak)
This commit is contained in:
parent
73ea37c5ab
commit
875a1b04ff
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user