diff options
Diffstat (limited to 'video/video_decoder.cpp')
-rw-r--r-- | video/video_decoder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/video/video_decoder.cpp b/video/video_decoder.cpp index ebe15c5fc1..5df811008c 100644 --- a/video/video_decoder.cpp +++ b/video/video_decoder.cpp @@ -674,6 +674,8 @@ bool VideoDecoder::addStreamFileTrack(const Common::String &baseName) { if (result) addTrack(track); + else + delete track; return result; } |