Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77658a06 authored by Glenn Kasten's avatar Glenn Kasten Committed by Gerrit Code Review
Browse files

Merge "AudioPolicyService: malloc/delete pair"

parents 64727dd7 db358afc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1301,7 +1301,7 @@ effect_param_t *AudioPolicyService::loadEffectParameter(cnode *root)
    return fx_param;

error:
    delete fx_param;
    free(fx_param);
    return NULL;
}