Jean-Marc Lasgouttes wrote:
> 
> >>>>> "Herbert" == Herbert  <[EMAIL PROTECTED]> writes:
> 
> Herbert> ok. I'll send you the lyx-file, which looks ok for me.
> Herbert> Thanks in advance!
> 
> This file loads fine for me, but purify tells me that we are trying to
> free non-heap memory:
> What happens I guess is that LyX ends up using the empty string more
> than 65535 times(!) and things break. A *possible* solution would be
> to replace the line 275 of src/LString.h
>                 unsigned short n;
> with something larger like
>                 unsigned int n;      <---------- !!!!!!!

That is it!! Everything is ok now, the file loads fine.

Thanks
Herbert


-- 
[EMAIL PROTECTED]
http://www.canisius.de/

Reply via email to