We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba3d29 commit c179b83Copy full SHA for c179b83
Source/VirtualTrees.BaseTree.pas
@@ -2129,7 +2129,7 @@ destructor TBaseVirtualTree.Destroy();
2129
end;// if
2130
FOptions.InternalSetMiscOptions(FOptions.MiscOptions - [toReadOnly]); //SetMiscOptions has side effects
2131
// Make sure there is no reference remaining to the releasing tree.
2132
- TWorkerThread.ReleaseThreadReference();
+ TWorkerThread.ReleaseThreadReference(IsLibrary); // see issue #1245
2133
StopWheelPanning;
2134
CancelEditNode;
2135
0 commit comments