Dan Mills wrote: > In fact the background file converter daemon I am writing at the moment > does a fork and exec for every conversion precisely to insulate from > possible memory leaks in client libraries used by libsndfile (can you > swear that the ogg and flac libraries don't have leaks?), it is just > defensive programming...... I can swear that libsndfile doesn't leak memory when used correctly regardless of file format used. I consider any memory leakage a bug which I will hunt down and fix. In addition, every single release is run extensively under Valgrind and all issues fixed. Erik