[Lazarus] GUI multithreaded Win32 program sometimes freeze when quitting

Bart bartjunk64 at gmail.com
Tue Apr 18 18:58:39 CEST 2017


On 4/18/17, Dennis via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

> I noticed that it will happen more often if:
> 1)
> constructor TMyComponent.Create(TheOwner : TComponent);
> begin
>
>     self.some_component := TSomeComponent.Create(TheOwner);
> end;

A bit OT, but would think that is bad practice.

Bart


More information about the Lazarus mailing list