[GD-Windows] BoundsChecker
Brought to you by:
vexxed72
From: Pierre T. <p.t...@wa...> - 2002-10-11 19:26:45
|
Ok, so I installed it and started looking for obvious bugs. I found a couple of obvious ones (a device context not released for example), but otherwise there are a lot of memory & resource leaks I'm not sure about. Here they are : http://www.codercorner.com/BoundsChecker.jpg The only obvious one to me is that mutex with "CreateMutexA" somewhere in the middle of the pic. Indeed I don't release it, my mistake. Now, about all the other leaks.... Does it look normal ? I'm not familiar enough with BS to be sure. I think those are mainly leaks within D3D and/or Windows I don't have much control over. Is that right ? Or is it possible to get rid of all of them ? It's a bit scary. I should have installed BS a long time ago I guess. Pierre |