Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.12.25;
Скачать: CL | DM;

Вниз

PThread leak   Найти похожие ветки 

 
SuphEr   (2005-05-06 22:59) [0]

Здрасте!
Моя проблема такова...
Допустим процедура на кнопке:
procedure TForm1.Button1Click(Sender: PObj);
var thMethod: PThread;
begin
  thMethod:=NewThread;
  thMethod.Free;
end;

Если нажимать на кнопку быстро много раз, то появляются лики в памяти... Как от этого избавиться?


 
Thaddy   (2005-05-07 00:13) [1]

This code is not good:
You should either terminate the thread before calling free, or use          NewthreadAutofree createion function.
What happens here is you create a thread (suspended!) and do not even start it. You need to start it at least once for proper release with free.


 
SuphEr   (2005-05-09 01:27) [2]

Very big thanks! All work! =)



Страницы: 1 вся ветка

Текущий архив: 2005.12.25;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.026 c
14-1133349455
Post
2005-11-30 14:17
2005.12.25
Framework SDK


1-1133032336
heady
2005-11-26 22:12
2005.12.25
function SetLink


14-1133434178
Alkid
2005-12-01 13:49
2005.12.25
NamedPipe и отжор памяти


14-1133277729
Янис Прасол
2005-11-29 18:22
2005.12.25
Варианты решения задачи на проектирование UI


6-1126542746
pr0t0n
2005-09-12 20:32
2005.12.25
pochemu ne rabotaet????