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

Commit db358afc authored by You Kim's avatar You Kim
Browse files

AudioPolicyService: malloc/delete pair



Change-Id: I75cd44ac0caccda9148faaa052c9e7a0c06d46d1
Signed-off-by: default avatarYou Kim <you.kim72@gmail.com>
parent d6ca2e8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1206,7 +1206,7 @@ effect_param_t *AudioPolicyService::loadEffectParameter(cnode *root)
    return fx_param;

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