There is a silly mistake where release() is used instead of reset() for free resources of unique pointer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D84747
[BPI] Fix memory leak reported by sanitizer bots ebrevnov on Jul 28 2020, 5:52 AM. Authored by
Details
There is a silly mistake where release() is used instead of reset() for free resources of unique pointer.
Diff Detail
|