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
Unref methods should definitely be restored as a workaround for gotk4's incomplete automatic memory management. It's probably the most straightforward way for applications to fix memory leak issues.
Ideally, when calling Unref, we should clean up all of the internal automatic object tracking. We should at least:
Delete all callbacks off the registry,
Delete the interned object itself off the registry, and
Delete all finalizers attached to the interned object.
The text was updated successfully, but these errors were encountered:
Unref methods should definitely be restored as a workaround for gotk4's incomplete automatic memory management. It's probably the most straightforward way for applications to fix memory leak issues.
Ideally, when calling Unref, we should clean up all of the internal automatic object tracking. We should at least:
The text was updated successfully, but these errors were encountered: