[Issue 1164] Wrong order of memory deallocation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 20 00:20:34 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1164





------- Comment #4 from ddparnell at bigpond.com  2007-04-20 02:20 -------
It also fails in Windows.

The workaround is to use the 'scope' attribute.

void main()
{
  scope Test t = new Test;
}


-- 



More information about the Digitalmars-d-bugs mailing list