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

Merge 2.0release #1551

This commit is contained in:
winlin 2020-01-05 14:43:46 +08:00
commit 6d0ac35db9
2 changed files with 3 additions and 1 deletions

View file

@ -159,7 +159,7 @@ void SrsRtpPacket::copy(SrsRtpPacket* src)
chunked = src->chunked;
completed = src->completed;
srs_freep(audio);
audio = new SrsAudioFrame();
}