OSDN Git Service

Fix potental memory leak (compiler warning).
authorCaroline Tice <cmtice@google.com>
Tue, 18 Oct 2016 23:32:13 +0000 (16:32 -0700)
committerCaroline Tice <cmtice@google.com>
Tue, 18 Oct 2016 23:35:18 +0000 (16:35 -0700)
commitf8dd1bdb12c76822ec1c2ab5d848c31f256cf36a
tree175dad1f9fe58c1e1494f47b2f74487ca1643ef4
parent92047ec34ba7339ff1b99ede8e483cc2f64d436c
Fix potental memory leak (compiler warning).

This CL fixes the following warning:

EffectProxy.cpp:93:8: warning: Potential leak of memory pointed to by
'pContext'.

BUG=None
Test: WITH_TIDY=1 WITH_STATIC_ANLYZER=1 mm

Change-Id: I7f127042eb50d3d6297473bfd90a5402b182cc85
media/libeffects/proxy/EffectProxy.cpp