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:
|
||
wanabe (_ wanabe), 01/29/2010 05:44 PM
| gc.c (working copy) | ||
|---|---|---|
|
break;
|
||
|
case T_ICLASS:
|
||
|
/* iClass shares table with the module */
|
||
|
xfree(RANY(obj)->as.klass.ptr);
|
||
|
break;
|
||
|
case T_FLOAT:
|
||