Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Memory leak in vp8_decoder.cc #118

@cutedog2012

Description

@cutedog2012

[ src/lepton/vp8_decoder.cc:244 drain() ]
There is a memory leak in VP8ComponentDecoder_SendToVirtualThread::drain() in vp8_decoder.cc. If Line 243 takes true branch, function drain() will return without releasing "data".
[ src/lepton/vp8_decoder.cc:278 read() ]
Similarly, in function VP8ComponentDecoder_SendToVirtualThread::read(), "data" is leaked if Line 277 takes true branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions