Date: Mon, 29 Sep 2003 01:10:59 -0500 From: Jeremy Messenger <mezz7@cox.net> To: Jeremy Messenger <mezz7@cox.net> Cc: freebsd-gnome@freebsd.org Subject: Re: Bug in textproc/libxml2 with malloc.conf -> AJ? (tree.c:3309) Message-ID: <oprv8zglr28ckrg5@smtp.central.cox.net> In-Reply-To: <oprv8ydv2i8ckrg5@smtp.central.cox.net>
index | next in thread | previous in thread | raw e-mail
On Mon, 29 Sep 2003 00:47:45 -0500, Jeremy Messenger <mezz7@cox.net> wrote:
> Here's an attach of gdb-gtodo.txt.. I am trying to create a new gToDo
> port, which it depends on libxml2.. If I try to remove the info and it
> will crash. It doesn't crash with the 'aj' of malloc.conf.
Ahh, nevermind...... It's not libxml2's fault.. It's gToDo and I have
fixed it, I guess it's my first time to fix on my own.. ;-)
Cheers,
Mezz
--- callback.c.orig Mon Sep 29 01:08:32 2003
+++ callback.c Mon Sep 29 01:08:42 2003
@@ -26,8 +26,8 @@
if(cur != root)
{
- xmlFreeNode(cur);
xmlUnlinkNode(cur);
+ xmlFreeNode(cur);
gtk_list_store_remove(mw.list, &iter);
}
else{
> Cheers,
> Mezz
--
bsdforums.org 's moderator, mezz.
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?oprv8zglr28ckrg5>
