From: Bronek Kozicki on
On 17/05/2010 04:32, mos wrote:
> Thanks for your reply.
> I test in my project team, some the same with you and others the same with
> me
> I am still confused.

double delete is a bug. Technically this is called undefined behaviour
and the program is free to do anything. If runtime chose to display a
dialog which you cannot see, so be it.

If you don't know how to prevent double delete from happening, then
perhaps it's time to learn about smart pointers.


B.