Re: joehe - r33229 - abiword/branches/gsoc2013tables/src/text/fmt/xp

joe joe <[email protected]> Tue, 9 Jul 2013 10:32:18 +0800
Newsgroups gmane.editors.abiword.devel
Message-ID <CAKBgNKoQdCdwG2YgZTzPThThzOW21a5-kWH=Q_bKfV+8iZukkw@mail.gmail.com>
Hi Hub,

Thanks for your review. It is my fault. I just want to debug the code
today, it is a serious error.

thanks a lot

Joe

On Tue, Jul 9, 2013 at 12:42 AM, Hubert Figuière <[email protected]> wrote:
> On 08/07/13 12:34 PM, Hubert Figuière wrote:
>> Current the code will 1. overwrite an existing fp_TableHeader point
>> causing a memory like and 2. crash because otherwise it will try to
>> dereference NULL.
>
> Let me rewrite it without the typos:
>
> Current the code will 1. overwrite an existing fp_TableHeader pointer
> causing a memory leak and 2. crash because otherwise it will try to
> dereference NULL.
>
> *sigh*
>
> Hub