You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQVM::PopGet() does not clear stack position, leaving lingering objects in the stack until either that position is overwritten or the VM is killed. This can cause unexpected behaviour in code that relies on it.
It should probably behave like Top(); Pop(); as its name suggests, nullifying the stack position.
SQVM::PopGet()
does not clear stack position, leaving lingering objects in the stack until either that position is overwritten or the VM is killed. This can cause unexpected behaviour in code that relies on it.It should probably behave like
Top(); Pop();
as its name suggests, nullifying the stack position.squirrel/squirrel/sqvm.cpp
Line 1765 in c02bf2d
The text was updated successfully, but these errors were encountered: