Hi,
here's a patch fixing the problem here. I have no idea if it's 100%
correct though:
--- ./src/incremen.c.old 2010-11-23 16:42:26.031242392 +0100
+++ ./src/incremen.c 2010-11-23 16:38:48.636207155 +0100
@@ -894,7 +894,8 @@
if (dir && obstack_object_size (&stk) != size)
{
obstack_1grow (&stk, 0);
- dumpdir_free (dir->dump);
+ if(dir->dump)
+ dumpdir_free (dir->dump);
dir->dump = dumpdir_create (obstack_finish (&stk));
}
obstack_free (&stk, NULL);
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]