Skip to content

Commit 69e9bda

Browse files
committed
Properties: fix double free corruption
1 parent 66df6a9 commit 69e9bda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AvTranscoder/properties/StreamProperties.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ StreamProperties::StreamProperties(const FileProperties& fileProperties, const s
4444

4545
StreamProperties::~StreamProperties()
4646
{
47-
avcodec_free_context(&_codecContext);
4847
}
4948

5049
size_t StreamProperties::getStreamId() const

0 commit comments

Comments
 (0)