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
[emulator] Start EmuRefCountObject at a reference count of 1
The reference-counted base started at 0 and relied on the create helper's
AddAPIRef to reach 1, leaving the object destructible by any transient
AddRef/Release during construction. Start at 1 (the birth reference handed to
the creator) like core's RefCountObject, and have the create helper hand off
that reference without an extra AddRef.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments