Skip to content

Commit

Permalink
TNewTabSet: Fix memory leaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrussell authored Nov 17, 2024
1 parent c07e760 commit e4b14d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Components/NewTabSet.pas
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ procedure TNewTabSet.CreateWnd;
destructor TNewTabSet.Destroy;
begin
UpdateThemeData(False);
FHints.Free;
FTabs.Free;
FCloseButtons.Free;
inherited;
end;

Expand Down

0 comments on commit e4b14d5

Please sign in to comment.