Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 282 Bytes

publicAllocationError.md

File metadata and controls

11 lines (6 loc) · 282 Bytes

Pattern: Possible allocation leak in public function

Issue: -

Description

Possible leak in public function. The pointer is not deallocated before it is allocated.

Further Reading