-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.
Description
Continuing from #18656.
Commit 6bdc18c removes an erroneous ClearWrap() call that I think is indicative of a bigger problem.
Some persistent objects are sometimes destroyed by the garbage collector, sometimes by explicit action (e.g. closing of a handle), and that can leave the object in an inconsistent state.
My hunch is that most ClearWrap() calls can simply be removed.
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.