mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
This hopefully fixes a warning or two.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2493 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
70e7fb7b0c
commit
6a31083ed5
1 changed files with 2 additions and 0 deletions
|
@ -2507,7 +2507,9 @@ QCC_def_t *QCC_PR_ParseFunctionCall (QCC_def_t *func) //warning, the func could
|
|||
}
|
||||
}
|
||||
|
||||
QCC_FreeTemp(func);
|
||||
QCC_LockActiveTemps(); //any temps before are likly to be used with the return value.
|
||||
QCC_UnFreeTemp(func);
|
||||
|
||||
//any temps referenced to build the parameters don't need to be locked.
|
||||
|
||||
|
|
Loading…
Reference in a new issue