fix bug: memory leak in SrsStatisticClient (#2352)
This commit is contained in:
parent
e076300cd8
commit
a1f5382240
|
|
@ -215,6 +215,7 @@ SrsStatisticClient::SrsStatisticClient()
|
|||
|
||||
SrsStatisticClient::~SrsStatisticClient()
|
||||
{
|
||||
srs_freep(req);
|
||||
}
|
||||
|
||||
srs_error_t SrsStatisticClient::dumps(SrsJsonObject* obj)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user