Welcome, Guest
Username: Password: Remember me
General Purpose Components and Libraries, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Problem with heaptrc 8 years 1 month ago #9244

  • Nicola
  • Nicola's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0
Hi Sternas Stefanos,
analyzing an error produced by heaptrc, when in a project i use the pl_rx package, I believe that in the finalization block, of the lrRxControls unit, at row 432 after the statement
if Assigned (lrBMP_LRDBLookupComboBox) then
     FreeAndNil (lrBMP_LRDBLookupComboBox);

should be added the code
if Assigned (lrBMP_LRRxDateEdit) then
     FreeAndNil (lrBMP_LRRxDateEdit);

Sorry for my bad English.
Thank you

Please Log in or Create an account to join the conversation.

Last edit: by Nicola.

Problem with heaptrc 8 years 1 month ago #9245

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4511
  • Thank you received: 1101
Thanks Sir
we will add to Lab CT and test
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1