mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Fix leak of AVPackets
This commit is contained in:
@@ -33,7 +33,7 @@ namespace video {
|
||||
}
|
||||
|
||||
~packet_raw_t() {
|
||||
av_packet_unref(this->av_packet);
|
||||
av_packet_free(&this->av_packet);
|
||||
}
|
||||
|
||||
struct replace_t {
|
||||
|
||||
Reference in New Issue
Block a user