Changeset 5299 for trunk/tango/core/rt/gc/basic
- Timestamp:
- 01/16/10 14:10:12 (2 years ago)
- Files:
-
- trunk/tango/core/rt/gc/basic/gcx.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/core/rt/gc/basic/gcx.d
r5298 r5299 1384 1384 if (!wp) 1385 1385 onOutOfMemoryError(); 1386 *wp = WeakPointer.init;1387 1386 wp.reference = r; 1388 1387 rt_attachDisposeEvent(r, &wp.ondestroy);












