mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
[mod_av] fix memory leak on file playing
This commit is contained in:
parent
c61d89a47f
commit
dd39997588
@ -1571,6 +1571,8 @@ GCC_DIAG_ON(deprecated-declarations)
|
||||
|
||||
}
|
||||
|
||||
} else {
|
||||
av_packet_unref(&pkt);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user