Ignore:
Timestamp:
Jan 11, 2017, 5:26:09 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Deallocation of TPVScrollBar structure. Changed to class and added initialization and finalization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.pas

    r40 r50  
    208208  SearchResult := THyperText.Create;
    209209  SearchResult.OwnsObjects := True;
     210  sb := TPVScrollbar.Create;
    210211  CreatePVSB(sb, Handle, 36, 551, 36 + 432);
    211212
     
    244245procedure THelpDlg.FormDestroy(Sender: TObject);
    245246begin
     247  FreeAndNil(sb);
    246248  FreeAndNil(MainText);
    247249  FreeAndNil(SearchResult);
Note: See TracChangeset for help on using the changeset viewer.