mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed: FxCVar must free its address register.
This commit is contained in:
parent
e93961da96
commit
8f722a3633
1 changed files with 1 additions and 0 deletions
|
@ -6072,6 +6072,7 @@ ExpEmit FxCVar::Emit(VMFunctionBuilder *build)
|
|||
assert(false && "Unsupported CVar type");
|
||||
break;
|
||||
}
|
||||
addr.Free(build);
|
||||
return dest;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue