Fix a load of stuff that wasn't being freed on close.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Dec 2021 23:35:11 +0000 (00:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 23 Dec 2021 11:59:56 +0000 (12:59 +0100)
commita7f61a15fc974feaff1554bd5322650676a63c51
treea94f18afc7b1083bc46cb2ba901d889d6d5ccb63
parent607a824efbcb0ae9d5b664e919ae983224e712a0
Fix a load of stuff that wasn't being freed on close.

Nothing really that important, but it cleans up the valgrind
leak check reports.
src/lib/audio_processor.cc
src/lib/audio_processor.h
src/lib/cinema_sound_processor.cc
src/lib/cinema_sound_processor.h
src/lib/dcp_content_type.cc
src/lib/dcp_content_type.h
src/lib/filter.cc
src/lib/filter.h
src/lib/ratio.cc
src/lib/ratio.h
test/ratio_test.cc