« Return to Thread: Data corruption

Re: Data corruption

by robbystephenson :: Rate this Message:

Reply to Author | View in Thread

On Sunday 21 June 2009, Sandor Bodo-Merle wrote:
> One more thing - tellico does not call the
> FileHandler::FileRef::~FileRef() destructor, which means that several
> versions of the file are kept open - and which makes the situation worse,
> as unix dont free the space till there are open file descriptors.

Most everywhere, it's used on the stack (in FileHandler, for example). I
would expect the destructor to be called quickly after the save operation.
It could be that I'm messing up with the Qt file classes...

Robby
_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users

 « Return to Thread: Data corruption