mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge branch '2.0release' into develop
This commit is contained in:
commit
0e3128d3e3
18 changed files with 691 additions and 676 deletions
|
@ -51,8 +51,8 @@ public:
|
|||
/**
|
||||
* auto delete the ptr.
|
||||
*/
|
||||
impl__SrsAutoFree(T** _ptr) {
|
||||
ptr = _ptr;
|
||||
impl__SrsAutoFree(T** p) {
|
||||
ptr = p;
|
||||
}
|
||||
|
||||
virtual ~impl__SrsAutoFree() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue