[MFC] Thread & memory leaks
Salut,
A la fermeture de mon appli, j'attends la fin d'un processus, mais il y a tt de meme un memory leak :
Code:
1 2 3 4 5 6 7 8
| The thread 0x30C has exited with code 0 (0x0).
Detected memory leaks!
Dumping objects ->
strcore.cpp(118) : {2397} normal block at 0x002F66B0, 80 bytes long.
Data: < C 100,> 01 00 00 00 07 00 00 00 43 00 00 00 31 30 30 2C
thrdcore.cpp(166) : {2306} client block at 0x00991E78, subtype 0, 112 bytes long.
a CWinThread object at $00991E78, 112 bytes long
Object dump complete. |
Si je mets un AfxMessageBox apres avoir demandé la fin du thread, ces memory leaks n'apparaissent plus... magie??
meme si je n'attends plus la fin du thread apres...
Pourriez vous m'aider? merci
Racailloux