mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 23:10:23 +01:00
disable free() until other issues can be fixed...
This commit is contained in:
parent
b9fbedd601
commit
e71c34aaa1
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue