On Sunday 05 Oct 2003 4:31 pm, Jason Wood wrote: > On Friday 03 Oct 2003 6:23 pm, Jason Wood wrote: > > Hi, > > > > With the aid of valgrind, I have found the cause of the memory leak in > > piave, although I haven't yet figured out how to fix it yet ;-) > > Hmm, actually the log could be misleading - I used the --show-reachable > option, which can show memory that has been free'ed by the app, although > adding a couple of informational strings in property.cc did show that the > constructors were being called more often than the destructor - so I am > still investigating.
Ok, I have a handle on the main problem now - the avistream.cc file does not tidy up after itself at the moment :-) I am now fixing the issues (essentially, adding destructor methods to anything that new's data, such as AviContainer). Cheers, Jason -- Jason Wood Homepage : www.uchian.pwp.blueyonder.co.uk