You can always track open files with the lsof command line tool to see what files are being left open, like this
lsof | grep calibre
Run it repeatedly and see what files are being leaked.
A bit of googling will probably find some GUI versions you can use as well.
|