Skip to content

Commit

Permalink
GB: fix pointer not free (#3396)
Browse files Browse the repository at this point in the history
PICK 47c2d59

Co-authored-by: pengfei.ma <pengfei.ma@ctechm.com>
Co-authored-by: chundonglinlin <chundonglinlin@163.com>
  • Loading branch information
3 people authored and winlinvip committed Feb 7, 2023
1 parent b602e47 commit ed95a8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trunk/src/app/srs_app_gb28181.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed95a8f

Please sign in to comment.