disable free() until other issues can be fixed...
This commit is contained in:
@@ -144,7 +144,9 @@ _slang_free_ir(slang_ir_node *n)
|
||||
if (n->Store) {
|
||||
n->Store->RefCount--;
|
||||
if (n->Store->RefCount == 0) {
|
||||
#if 0
|
||||
free(n->Store);
|
||||
#endif
|
||||
n->Store = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user