taglib-rust icon indicating copy to clipboard operation
taglib-rust copied to clipboard

Fix string leak

Open perxjoh opened this issue 1 year ago • 0 comments

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

perxjoh avatar Jun 16 '23 13:06 perxjoh