Re: Memory leak in stringtokenizer module?

"H. Dombrowski" <[email protected]> Fri, 14 Oct 2005 14:14:39 +0200
Newsgroups gmane.comp.video.gephex.devel
Message-ID <[email protected]>
Hi Martin,


>For a first look the leak is not in the stringtokenizer, as the update
>code is quite simple and doesn't allocate memory on the heap.
>
>I guess the problem is located in the sdl_image driver of the frbinmodule.
>
>I added a new entry to the bugtracker:
>
> http://bugs.gephex.org/show_bug.cgi?id=151
>  
>
>  
>
I was able to eliminate the problem in the testleak3-graph by explicitly 
setting the size of the frbinmodule to 800x600, so I guess it may be a 
problem of the code that stretches the image? I've also installed 
libsdl-stretch, but that didn't do any better...


For another, way more complicated graph, I now need to know which 
modules might use some kind of stretch code like the one in the 
frbinmodule (rotozoom?)...

Thanks,


Herb