Search the web
Sign In
New User? Sign Up
d_lab · D Lab
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
memory leak   Message List  
Reply | Forward Message #128 of 169 |
Re: memory leak

--- 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




Tue Sep 28, 2004 10:29 am

eye_midiclub
Offline Offline
Send Email Send Email

Forward
Message #128 of 169 |
Expand Messages Author Sort by Date

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...
gpineda2013
Offline
Sep 13, 2004
5:08 am

... a ... is ... program ... 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....
eye_midiclub
Offline Send Email
Sep 28, 2004
10:29 am

Ok, i have looked at the project and now i know where your impression of a memory leak comes from. It is from the implementation of Vector3f, which allocates...
eye_midiclub
Offline Send Email
Sep 30, 2004
1:08 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help