ittiam-systems / libmpegh

MPEG-H 3D Audio Low Complexity Profile Decoder. Encoder: https://github.com/ittiam-systems/libmpeghe
http://www.ittiam.com/
BSD 3-Clause Clear License
86 stars 19 forks source link

Missing frees in error return paths in MP4 parser code #50

Closed SakethSathuvalli closed 1 year ago

SakethSathuvalli commented 1 year ago
          Shouldn't fa be freed here?

_Originally posted by @SanaAnjaneyulu in https://github.com/ittiam-systems/libmpegh/pull/47#discussion_r1121561280_

SakethSathuvalli commented 1 year ago

Free-ing of all allocated memories, associated with the node, happens during the file wrapper closing process.