Re: [fossil-users] blob_zero, empty_blob and blob_reset

2011-09-04 Thread Lluís Batlle i Rossell
On Sun, Sep 04, 2011 at 10:29:23PM +0200, Lluís Batlle i Rossell wrote: > Hello, > > I think that the big amount of memory required by annotate happens due to a > memory leak. Using valgrind confirmed me this. > > ... > > (I keep on working on this... let's see if I can get rid of the leaks afte

[fossil-users] blob_zero, empty_blob and blob_reset

2011-09-04 Thread Lluís Batlle i Rossell
Hello, I think that the big amount of memory required by annotate happens due to a memory leak. Using valgrind confirmed me this. I came to a dead-end trying to understand the blob functions. I decide to enable the assert_blob_is_reset(x) And the assertion fails everywhere. I don't know how to