rpi-kernel icon indicating copy to clipboard operation
rpi-kernel copied to clipboard

Memory Leak

Open AustinMooreT opened this issue 9 years ago • 0 comments

In the Push method inside the stack class you create a new dynamic iterator object, and never delete it. This causes a memory leak because that object just sits in the heap.

AustinMooreT avatar Feb 28 '16 17:02 AustinMooreT