Hi,

My application holds a timer that calls a function abc() which makes it to propagate to another window.
And similar in the case of the newly created window.

I wants to know whether the function called will remain in the stack even after we move to next window?
If so, there exists a memory leak and hence lead to m/y overflow.

Plz comment on this?

Mahe2310