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:
Spoike 2009-05-11 00:17:31 +00:00
parent 2decc6d5c8
commit ff22785542
1 changed files with 4 additions and 0 deletions

View File

@ -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)
{