mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
fix bug: memory leak in SrsStatisticClient (#2352)
This commit is contained in:
parent
e076300cd8
commit
a1f5382240
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ SrsStatisticClient::SrsStatisticClient()
|
|||
|
||||
SrsStatisticClient::~SrsStatisticClient()
|
||||
{
|
||||
srs_freep(req);
|
||||
}
|
||||
|
||||
srs_error_t SrsStatisticClient::dumps(SrsJsonObject* obj)
|
||||
|
|
Loading…
Reference in a new issue