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:
parent
1d11d02e4b
commit
47c2d59b31
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue