1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

GB: fix pointer not free (#3396)

Co-authored-by: pengfei.ma <pengfei.ma@ctechm.com>
Co-authored-by: chundonglinlin <chundonglinlin@163.com>
This commit is contained in:
Haibo Chen 2023-02-07 20:26:54 +08:00 committed by GitHub
parent 1d11d02e4b
commit 47c2d59b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1565,6 +1565,9 @@ SrsGbMuxer::~SrsGbMuxer()
close();
srs_freep(avc_);
srs_freep(aac_);
srs_freep(queue_);
srs_freep(pprint_);
}
srs_error_t SrsGbMuxer::initialize(std::string output)