On Sun, Feb 06, 2011 at 09:42:46PM +0100, Xisco FaulĂ­ wrote:
> -    } section[SECTIONS];
> +    } section[SECTIONS] = NULL;

This is false alarm. The struct has default constructor, so the elements
of the array are initialized properly.

> +            delete [] level;

This is wrong, because OutlineNumbering deletes the passed level in its
destructor.

D.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to