mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Fix memory leak
This commit is contained in:
parent
9cbdf29f7d
commit
393d976685
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ SrsStatisticClient::SrsStatisticClient()
|
|||
|
||||
SrsStatisticClient::~SrsStatisticClient()
|
||||
{
|
||||
srs_freep(req);
|
||||
}
|
||||
|
||||
srs_error_t SrsStatisticClient::dumps(SrsJsonObject* obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue