TermDemo hangs on exit
Brought to you by:
tpsfadmin
Termdemo always hangs on exit. The problem is within
procedure TApxBaseDispatcher.DonePortPrim. It hangs upon:
if OBuffer <> nil then begin
FreeMem(OBuffer);
OBuffer := nil;
end;
It hangs "everything", meaning kylix will have to be
killed also.
Is this a common problem or is it just the demo ?
regards
Per (flitt@home.se)