mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Fixed a bug with parse trees being freed early.
This commit is contained in:
parent
ce80fffe69
commit
11596e4b42
1 changed files with 1 additions and 0 deletions
|
@ -268,4 +268,5 @@ GIB_Execute (cbuf_t * cbuf)
|
|||
}
|
||||
g->ip = 0;
|
||||
GIB_Tree_Unref (&g->program);
|
||||
g->program = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue