sahib / rmlint

Extremely fast tool to remove duplicates and other lint from your filesystem
http://rmlint.rtfd.org
GNU General Public License v3.0
1.86k stars 128 forks source link

Fix mem leaks #492

Closed SeeSpotRun closed 3 years ago

SeeSpotRun commented 3 years ago

It's been a long while since the full testsuite ran leak-free:

$ sudo RM_TS_DIR=testdir RM_TS_USE_VALGRIND=1 RM_TS_CHECK_LEAKS=1 RM_TS_PEDANTIC=1 nosetests -sxv --eval-attr="not slow and not valgrind_issue"

Ran 231 tests in 8288.592s

OK