Hi, according to valgrind taglib always leave 32bytes on exit. I am using taglib 1.7-3 that is provided from arch repository.<div><br></div><div>code is attached as is valgrind log.</div><div><br></div><div>I am compile with (have compile a non c++0x version and get the some result)</div>
<div>g++ id3.cpp -std=c++0x -ltag -I/usr/include/taglib</div><div>and it compiles and links just fine</div><div><br></div><div><br></div><div>and valgrinding with</div><div>valgrind --leak-check=full --show-reachable=yes ./a.out</div>
<div><br></div><div>I noted that the example that are packages with the tarball also produce the same results. and looping over many file produces the same size.</div><div><br></div><div>Thanks. </div>