commit | 8dd2609951574fde86d3f2a491444ae3fa04e984 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Nov 23 22:30:19 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Dec 31 12:55:35 2020 -0800 |
tree | f8cf025f603ca0142fcaee48180073e9bdf8ffe7 | |
parent | a6e46a1795e59a23ef14cc8bfe6a88ce64892305 [diff] |
xfs_scrub: load and unload libicu properly Make sure we actually load and unload libicu properly. This isn't strictly required since the library can bootstrap itself, but unloading means fewer things for valgrind to complain about. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>