1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix the double free bug

This commit is contained in:
winlin 2020-04-19 11:22:18 +08:00
parent b1df04cb09
commit 6a4e043349
3 changed files with 4 additions and 12 deletions

View file

@ -92,7 +92,6 @@ public:
private:
SrsRtpRawPayload* cache_raw;
SrsRtpFUAPayload2* cache_fua;
bool using_cache;
int cache_payload;
public:
SrsRtpPacket2();