Skip to content

Commit

Permalink
Fix KLVEssenceReader memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnbbc committed Nov 11, 2024
1 parent 979e6ca commit e498059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/essence_parser/KLVEssenceReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ KLVEssenceReader::KLVEssenceReader(KLVEssenceSource *essence_source)

KLVEssenceReader::~KLVEssenceReader()
{
delete mEssenceSource;
}

uint32_t KLVEssenceReader::ReadValue()
Expand Down

0 comments on commit e498059

Please sign in to comment.