--- In d_lab@yahoogroups.com, gpineda2013 <no_reply@y...> wrote:
> Is there anyone here that might want to take a look at my project,
a
> pong game using sdl + opengl and help me out figure where the heck
is
> that leak? I cant seem to find it, plus when I try to end my
program
> sdl_quit seems to make it crash, and I suspect its because this
> memory leak.
Memory leak? Why do you think it's a memory leak? The GC might look as
if it was leaking memory for a while, and clean up later. Besides,
even released memory is not released back to the operating system at
present, it is just being made available for later allocations.
I think it would be a good practice for me to take a look and find the
bug. However, i don't see how it could be a memory leak. Either you
fail to initailize something properly, or you have a *resource* leak,
or you have a dangling pointer.
-eye/photoallergics