Skip to content
Snippets Groups Projects
Commit 10b81c59 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-02-26 17:46:04 by simonm]

Fix a bug in weak pointer support: if finalize is called on a weak
pointer, then a DEAD_WEAK object could appear on the weak pointer
list.

To avoid needing to double-link this list, add a link field to
DEAD_WEAK objects, and remove them from the list at garbage collection
time.
parent 250cd3d0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment