ebassi / taglib-rust

TagLib bindings for Rust
MIT License
27 stars 11 forks source link

Fix string leak #14

Open perxjoh opened 1 year ago

perxjoh commented 1 year ago

All strings from tags are leaked since ll::taglib_tag_free_strings() is not called on drop. Can be reproduced in the existing unit tests.

CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="valgrind --leak-check=full" cargo test