[tuhopuu-devel] GUI Patch issues ...

Chris Want tuhopuu-devel@blender.org
Wed, 30 Jul 2003 19:56:38 -0600


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

Here are some issues I noticed:

1) bad highlighting in the fileselect window
2) memory leaks as illustrated by:

.
.
.
icon->data len: 960 0x86050dc
internicon len: 16 0x86054c4
icon->data len: 960 0x86054fc
internicon len: 16 0x86058e4
icon->data len: 960 0x860591c
internicon len: 16 0x8605d04
icon->data len: 960 0x8605d3c
internicon len: 16 0x8606124
icon->data len: 960 0x860615c
internicon len: 16 0x8606544
icon->data len: 960 0x860657c
internicon len: 16 0x8606964
icon->data len: 960 0x860699c
internicon len: 16 0x8606d84
.
.
.

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?

Chris