Fixed a bug with parse trees being freed early.

This commit is contained in:
Brian Koropoff 2003-02-28 04:03:45 +00:00
parent ce80fffe69
commit 11596e4b42

View file

@ -268,4 +268,5 @@ GIB_Execute (cbuf_t * cbuf)
}
g->ip = 0;
GIB_Tree_Unref (&g->program);
g->program = 0;
}