Skip to content

Commit

Permalink
Revert "Fix memory leak when reading certificates (fix by @Mekk, conf…
Browse files Browse the repository at this point in the history
…luentinc#3930)"

This reverts commit 0c95281.
  • Loading branch information
benesch committed Jun 28, 2024
1 parent f33b07a commit 3faf90b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rdkafka_cert.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ static rd_kafka_cert_t *rd_kafka_cert_new(const rd_kafka_conf_t *conf,
goto fail;
}

X509_free(x509);
cnt++;
}

Expand Down

0 comments on commit 3faf90b

Please sign in to comment.