Re: joehe - r33229 - abiword/branches/gsoc2013tables/src/text/fmt/xp
Hubert Figuière <[email protected]> Mon, 08 Jul 2013 12:42:46 -0400
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
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