On Thu, Jun 08, 2000 at 10:42:33AM -0700, Alexandre Julliard wrote:
> Andreas Mohr <[EMAIL PROTECTED]> writes:
>
> > But lpitem->text gets referenced there a zillion times later on.
> > So there still is a big potential for crashes.
> > So what is the CORRECT fix ?
>
> An menu entry without string is created as a separator (this part
> seems OK in your trace). What you should do is find out where we lost
> the separator flag and started believing this was a string item.
Aaah, OK.
I'll try to do that.
Andreas Mohr