TsRadioGroup memory leak with TNT Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 14 years, 7 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 21, 2010 at 12:36 pm #33689 muratkParticipant It must be such as: Destructor TsRadioGroup.Destroy;Begin SetButtonCount(0); {$IFDEF TNTUNICODE} TTntStringList(FItems).OnChange := Nil;{$ELSE} TStringList(FItems).OnChange := Nil;{$ENDIF} FreeAndNil(fitems); FButtons.Free; Inherited Destroy;End; April 22, 2010 at 6:09 am #42296 SupportKeymaster Thank you Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting