rpi-kernel
rpi-kernel copied to clipboard
Memory Leak
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.