diff --git a/src/common/dpp.c b/src/common/dpp.c index f48df43a7..099219c66 100644 --- a/src/common/dpp.c +++ b/src/common/dpp.c @@ -2602,6 +2602,7 @@ static int dpp_auth_derive_l_initiator(struct dpp_authentication *auth) ret = 0; fail: EC_POINT_clear_free(l); + EC_POINT_clear_free(sum); EC_KEY_free(bI); EC_KEY_free(BR); EC_KEY_free(PR);