loggerd/RawLogger: fix memory leak in encode_frame (#22826)

This commit is contained in:
Dean Lee
2021-11-09 07:27:51 +08:00
committed by GitHub
parent ec935ef1c3
commit 0bd9aed82c

View File

@@ -149,5 +149,6 @@ int RawLogger::encode_frame(const uint8_t *y_ptr, const uint8_t *u_ptr, const ui
}
}
av_packet_unref(&pkt);
return ret;
}