Closed NiLuJe closed 4 years ago
AFAIK, the default state of a pthread is joined.
Not waiting for it means it "leaks" on termination.
Should we make it detached to take care of that, or am I missing some Qt quirk?
(I can take care of & test that, just wanted to double-check first ;)).
Yes, it seems I overlooked that earlier.
Cool, I'll give it a go after dinner ;).
AFAIK, the default state of a pthread is joined.
Not waiting for it means it "leaks" on termination.
Should we make it detached to take care of that, or am I missing some Qt quirk?
(I can take care of & test that, just wanted to double-check first ;)).