summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/verify.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.cc b/src/verify.cc
index 68eb5e44..4a767de1 100644
--- a/src/verify.cc
+++ b/src/verify.cc
@@ -1881,6 +1881,8 @@ dcp::verify (
context.cpl = cpl;
verify_cpl(context, cpl);
context.cpl.reset();
+ context.audio_channels.reset();
+ context.subtitle_language.reset();
} catch (ReadError& e) {
notes.push_back({VerificationNote::Type::ERROR, VerificationNote::Code::FAILED_READ, string(e.what())});
}