提交 a34fbd23 编写于 作者: R Romain Vimont

Do not leak the packet data

Oops! The content of the packets were never freed.
上级 e8b8a570
......@@ -123,6 +123,7 @@ static int run_decoder(void *data) {
packet.data += len;
}
#endif
av_packet_unref(&packet);
}
LOGD("End of frames");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册