About AfxEndThread and memory
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
If I call AfxEndThread within a thread will the dynamic memory that I have allocated in this thread be released or just the memory that MFC itself have allocated for it's inner needs. Thanks.
Until you call
delete
or the application is shut down, the memory remains allocated.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen