Commit 9e1dcdc
committed
src: remove NodeCategorySet destructor
This currently crashes during environment cleanup because
the object would be torn down while there are enabled categories.
I’m not sure about the exact semantics here, but since the
object cannot be garbage collected at this point anyway
because it’s `Persistent` handle is strong, removing the
destructor at least doesn’t make anything worse than it is
right now (i.e. the destructor would never have been called
before anyway).
PR-URL: #19377
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 97d939a commit 9e1dcdcCopy full SHA for 9e1dcdc
File tree
Expand file treeCollapse file tree
1 file changed
+0
-5
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+0
-5
lines changedOpen diff view settings
Collapse file
-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | 24 | |
30 | 25 | |
31 | 26 | |
|
0 commit comments