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
Hi, I believe there may exist a race condition at FObject::release. (as of 3.7.1)
At function's end, the refCount is reloaded a second time, after the atomic decrementation.
One could provide a slightly different implementation to prevent this.
Hi, I believe there may exist a race condition at
FObject::release
. (as of 3.7.1)At function's end, the
refCount
is reloaded a second time, after the atomic decrementation.One could provide a slightly different implementation to prevent this.
Taking the original implementation as a reference, I imagine we can met a following problem scenario:
The text was updated successfully, but these errors were encountered: