furnace · 2004-12-29 07:58:48 · 阅读: 670 内存泄露的! Always use this strategy. void KillThreadA() { bFlag = FALSE; } void run() { While (bFlag) { .... } }