Fix memory leak in ParseCRL_Extensions

This commit is contained in:
Josh Holtrop
2025-06-18 13:02:32 -04:00
parent 6f78c26bff
commit 7dfb782c9e

View File

@@ -40601,6 +40601,7 @@ static int ParseCRL_Extensions(DecodedCRL* dcrl, const byte* buf, word32 idx,
dcrl->crlNumberSet = 1;
}
mp_free(m);
FREE_MP_INT_SIZE(m, NULL, DYNAMIC_TYPE_TMP_BUFFER);
}
/* TODO: check criticality */