View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#5
Yes, exactly, define it the same as xxx. That should get you to point B. It's not very well written.

So, instead of:

Code:
char *mime_icon_name=NULL;
make it

Code:
char mime_icon_name[50];
There are possibly other memory problems, but start there.
__________________
N9: Go white or go home