commit | eab39fb973444f2c03b0e92d4df263b83c31f71b | [log] [tgz] |
---|---|---|
author | Dheeraj Sharma <dheerajs@google.com> | Thu Jan 27 19:31:28 2011 -0800 |
committer | Dheeraj Sharma <dheerajs@google.com> | Fri Jan 28 09:49:59 2011 -0800 |
tree | 2a292dbcb85aba631a6eb9158db1b80c21d86bea | |
parent | 78554cc3ef73938202f79a9fd3c86b109d2d73f1 [diff] [blame] |
Merging on top of new sync VideoEditor:Fix for issue 3378727 Change-Id: Iff7d13689b436cda2b2073625a786322945b3edc
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.cpp b/libvideoeditor/lvpp/VideoEditorPreviewController.cpp index 6e7eceb..7f63eb3 100755 --- a/libvideoeditor/lvpp/VideoEditorPreviewController.cpp +++ b/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
@@ -123,6 +123,11 @@ mEffectsSettings = NULL; } + if (mAudioMixPCMFileHandle) { + err = M4OSA_fileReadClose (mAudioMixPCMFileHandle); + mAudioMixPCMFileHandle = M4OSA_NULL; + } + if(mTarget != NULL) { delete mTarget; mTarget = NULL;