Skip to content

Commit

Permalink
Fix for issue JAM-Software#1245.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmarder authored and salvadorbs committed Sep 26, 2024
1 parent 0403384 commit ec07330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/VirtualTrees.BaseTree.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ destructor TBaseVirtualTree.Destroy();
FOptions.InternalSetMiscOptions(FOptions.MiscOptions - [toReadOnly]); //SetMiscOptions has side effects
{$ifdef EnableThreadSupport}
// Make sure there is no reference remaining to the releasing tree.
TWorkerThread.ReleaseThreadReference();
TWorkerThread.ReleaseThreadReference(IsLibrary); // see issue #1245
{$endif}
StopWheelPanning;
//lcl
Expand Down

0 comments on commit ec07330

Please sign in to comment.