SquashSRS4: Fix memory leak

This commit is contained in:
winlin 2021-05-13 22:32:29 +08:00
parent 9cbdf29f7d
commit 393d976685

View File

@ -214,6 +214,7 @@ SrsStatisticClient::SrsStatisticClient()
SrsStatisticClient::~SrsStatisticClient()
{
srs_freep(req);
}
srs_error_t SrsStatisticClient::dumps(SrsJsonObject* obj)