You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.