Skip to content

Commit 79ee751

Browse files
committed
delocator issue found
1 parent 167e828 commit 79ee751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/fipsmodule/service_indicator/service_indicator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static struct fips_service_indicator_state *service_indicator_get(void) {
5656

5757
if (!CRYPTO_set_thread_local(
5858
AWSLC_THREAD_LOCAL_FIPS_SERVICE_INDICATOR_STATE, indicator, free)) {
59-
OPENSSL_PUT_ERROR(CRYPTO, ERR_R_INTERNAL_ERROR);
59+
free(indicator);
6060
return NULL;
6161
}
6262
}

0 commit comments

Comments
 (0)