Skip to content

Commit

Permalink
Merge 2.0release #1551
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jan 5, 2020
2 parents 79314f7 + b5f4b96 commit 6d0ac35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ For previous versions, please read:

## V2 changes

* v2.0, 2020-01-05, Merge [#1551][bug #1551], fix memory leak in RTSP stack. 2.0.270
* v2.0, 2019-12-26, For [#1488][bug #1488], pass client ip to http callback. 2.0.269
* v2.0, 2019-12-23, Fix [srs-librtmp #22](https://github.com/ossrs/srs-librtmp/issues/22), parse vhost splited by single seperator. 2.0.268
* v2.0, 2019-12-23, Fix [srs-librtmp #25](https://github.com/ossrs/srs-librtmp/issues/25), build srs-librtmp on windows. 2.0.267
Expand Down Expand Up @@ -1545,6 +1546,7 @@ Winlin
[bug #1304]: https://github.com/ossrs/srs/pull/1304
[bug #1524]: https://github.com/ossrs/srs/issues/1524
[bug #1488]: https://github.com/ossrs/srs/issues/1488
[bug #1551]: https://github.com/ossrs/srs/pull/1551
[bug #xxxxxxxxxx]: https://github.com/ossrs/srs/issues/xxxxxxxxxx

[bug #735]: https://github.com/ossrs/srs/issues/735
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/protocol/srs_rtsp_stack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void SrsRtpPacket::copy(SrsRtpPacket* src)

chunked = src->chunked;
completed = src->completed;

srs_freep(audio);
audio = new SrsAudioFrame();
}
Expand Down

0 comments on commit 6d0ac35

Please sign in to comment.