Handle IND_STATIC in isRetainer
authorIan Lynagh <igloo@earth.li>
Fri, 9 Apr 2010 10:42:07 +0000 (10:42 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 9 Apr 2010 10:42:07 +0000 (10:42 +0000)
IND_STATIC used to be an error, but at the moment it can happen
as isAlive doesn't look through IND_STATIC as it ignores static
closures. See trac #3956 for a program that hit this error.


No differences found