[tuhopuu-devel] GUI Patch issues ...

Daniel Fairhead tuhopuu-devel@blender.org
Thu, 31 Jul 2003 11:01:54 +0300


Hi!

> Finally got a chance to try it ... cool draw modes!

Thanks :-)

> 1) bad highlighting in the fileselect window

Yes... I need to fix that.

> 2) memory leaks as illustrated by:

...

> internicon len: 16 0x8605d04
> icon->data len: 960 0x8605d3c

...

> It appears that the memory assigned
> in icon_from_data() in source/blender/src/resources.c
> isn't getting freed properly.
> 
> Do you notice these probs?

Yes, I have noticed it before, but wasn't sure quite what it
was. Thanks for pointing me at the correct area of code :-)
Strangely though, I just tried messing around with blender
for a while, and couldn't get a single one. I'll try some more
and see if I can find a reproducable way, to find the leak.

Dan