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;