Should fix certain compiler issues reported to me by Blub\0, found when compiling nexuiz code. This is Blub's fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3189 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2decc6d5c8
commit
ff22785542
1 changed files with 4 additions and 0 deletions
|
@ -2755,6 +2755,10 @@ QCC_def_t *QCC_PR_GenerateFunctionCall (QCC_def_t *func, QCC_def_t *arglist[], i
|
|||
|
||||
if (oldret)
|
||||
{
|
||||
// Make sure our def_ret backup temp wasn't freed above
|
||||
QCC_UnFreeTemp(oldret); //this bug fix was brought to you by Blub, the character \ and the number 0.
|
||||
|
||||
|
||||
//if we preserved the ofs_ret global, restore it here
|
||||
if (t->type == ev_variant)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue