On 02/07/11 01:37, David Tardon wrote:
> 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.
>
>> +
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 Outli