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, 28 Apr 2022 22:45:40 +0000 (00:45 +0200)
commit78ca79cde19db630b1abfe8f00f49e87bb7e4068
tree162e17e2413e57e10cf841212c5d29b9ff97b400
parentf25061b8a6f35e490b731caefe63560045b10a1f
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