commit | 9785cdf83214ce4d998e65ac0fce92cea3137f0b | [log] [tgz] |
---|---|---|
author | Santosh Madhava <smadhava@google.com> | Tue Feb 08 23:26:18 2011 -0800 |
committer | Santosh Madhava <smadhava@google.com> | Wed Feb 09 17:44:05 2011 -0800 |
tree | 86ac70e2b7c521f7197f026b4f61cd9ec536ee68 | |
parent | 1ea8583c990170b94cdca0f9a248d61961c3520f [diff] [blame] |
Fix for issue 3431967 : Movie Studio crashed after pressing the back button Change-Id: I4b8cb2a54c2a1b7117feae9d8c6ca14e81b1f83d
diff --git a/libvideoeditor/lvpp/VideoEditorTools.cpp b/libvideoeditor/lvpp/VideoEditorTools.cpp index c9ee2f6..ab3aee1 100755 --- a/libvideoeditor/lvpp/VideoEditorTools.cpp +++ b/libvideoeditor/lvpp/VideoEditorTools.cpp
@@ -2085,6 +2085,11 @@ } } } + + if (m_air_context != M4OSA_NULL) { + M4AIR_cleanUp(m_air_context); + m_air_context = M4OSA_NULL; + } } return err;