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

Fix #1524, memory leak for amf0 strict array. 3.0.75

This commit is contained in:
winlin 2019-12-19 14:39:34 +08:00
parent 1e4f22f83d
commit 49c737f996
4 changed files with 12 additions and 10 deletions

View file

@ -356,7 +356,7 @@ public:
* convert amf0 to json.
*/
virtual SrsJsonAny* to_json();
// properties iteration
// properties iteration
public:
/**
* clear all propergies.
@ -447,7 +447,7 @@ public:
* convert amf0 to json.
*/
virtual SrsJsonAny* to_json();
// properties iteration
// properties iteration
public:
/**
* clear all propergies.
@ -532,7 +532,7 @@ public:
* convert amf0 to json.
*/
virtual SrsJsonAny* to_json();
// properties iteration
// properties iteration
public:
/**
* clear all elements.