Agghhhhhh memory leak central

Discussion about everything. New games, 3d math, development tips...
Post Reply
cartoonit
Posts: 286
Joined: Mon Nov 15, 2004 6:36 pm

Agghhhhhh memory leak central

Post by cartoonit »

Ok that is the last time I develop a large application without any kind of memory checking until the last couple of weeks, before I've gotta hand it in...

I'm not sure whether I'm making it better or worse at the moment, but MSVC 7.0 seems to suck for actually telling you were the allocation took place. If anybody knows how to do this, I want the exact place if possible, I would be very thankful... :( :x

I kept wondering why my computer kept crashing before, I think I know the answer know, is 323 bad??? Also a big one of 8000 bytes...
jox
Bug Slayer
Posts: 726
Joined: Thu Apr 22, 2004 6:55 pm
Location: Germany

Post by jox »

It is like it is. And because it is like it is, things are like they are.
cartoonit
Posts: 286
Joined: Mon Nov 15, 2004 6:36 pm

Post by cartoonit »

Cheers Jox, I've been wading through that MSDN documentation... Think I've found my problems, its something to do with Newton, which is weird, because I'm convinced I clean it all up properly...
cartoonit
Posts: 286
Joined: Mon Nov 15, 2004 6:36 pm

Post by cartoonit »

Well I think its just something that Newton does:
http://www.newtondynamics.com/forum/vie ... mory+leaks

Well at least I know how to find out where the memory leaks are now officially...
What I can't understand is why there are so many...
Post Reply