mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +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;
|
g->ip = 0;
|
||||||
GIB_Tree_Unref (&g->program);
|
GIB_Tree_Unref (&g->program);
|
||||||
|
g->program = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue