Bug #1392 ยป free_eclass.patch
gc.c (working copy) | ||
---|---|---|
break;
|
||
case T_ICLASS:
|
||
/* iClass shares table with the module */
|
||
xfree(RANY(obj)->as.klass.ptr);
|
||
break;
|
||
case T_FLOAT:
|