Hi, Rocky Bernstein wrote: > When I do valgrind testing, I just configure with: > configure --disabled-shared
Ok. Done this (with --disable-shared rather than --disabled-shared) and get from $ valgrind ./testpregap data/cdtextfile.cue ... cdio 3 message: .../libcdio/test/data/cdtextfile.cue line 1: file `.../libcdio/test/data/bad_cdtext.cdt' is too small to contain CD-TEXT ... ==25423== All heap blocks were freed -- no leaks are possible ... ==25423== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) So the destructor destroys only what it is supposed to destroy. Have a nice day :) Thomas
