commit | 46b06cf79ee5125611c0138ef525423f4818c8df | [log] [tgz] |
---|---|---|
author | Caroline Tice <cmtice@google.com> | Wed Oct 19 17:57:35 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 19 17:57:35 2016 +0000 |
tree | 17714066c2cef44035c16e30cf35dacd88de5b2a | |
parent | d15df506e87b03112aa4cb7a13b662d4b73edba4 [diff] | |
parent | 7a40848e50608558bab84adf4becc73550b25bff [diff] |
Merge "Fix potental memory leak (compiler warning)." am: c1184a7991 am: 7a40848e50 Change-Id: I17ac90591eccda755a908121c8b140ad3b87aeaf
diff --git a/media/libeffects/proxy/EffectProxy.cpp b/media/libeffects/proxy/EffectProxy.cpp index 62d3fd3..7f777e7 100644 --- a/media/libeffects/proxy/EffectProxy.cpp +++ b/media/libeffects/proxy/EffectProxy.cpp
@@ -91,6 +91,7 @@ delete[] pContext->sube; delete[] pContext->desc; delete[] pContext->aeli; + delete pContext; return -EINVAL; } // Check which is the HW descriptor and copy the descriptors