[mod_av] fix memory leak on file playing

This commit is contained in:
Dragos Oancea 2021-02-27 14:01:27 +00:00 committed by Andrey Volk
parent c61d89a47f
commit dd39997588

View File

@ -1571,6 +1571,8 @@ GCC_DIAG_ON(deprecated-declarations)
}
} else {
av_packet_unref(&pkt);
}
}