commit | 77658a069c81a0d5b4a1b81443b470a3ea64cab0 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@android.com> | Tue Mar 18 17:31:25 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 18 17:31:26 2014 +0000 |
tree | 3e08958e7ac8f848823003064713cb731a05b5e9 | |
parent | 64727dd7c8513b6c9ddcce2f4b305618bb76121c [diff] | |
parent | db358afc965d9bfb703953ac004275428a7cda64 [diff] |
Merge "AudioPolicyService: malloc/delete pair"
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp index 646a317..a37272d 100644 --- a/services/audioflinger/AudioPolicyService.cpp +++ b/services/audioflinger/AudioPolicyService.cpp
@@ -1301,7 +1301,7 @@ return fx_param; error: - delete fx_param; + free(fx_param); return NULL; }