aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/scepclient/scepclient.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/scepclient/scepclient.c b/src/scepclient/scepclient.c
index f4afe0b8f..8f9e81b8b 100644
--- a/src/scepclient/scepclient.c
+++ b/src/scepclient/scepclient.c
@@ -138,9 +138,6 @@ pkcs10_t *pkcs10 = NULL;
/**
* @brief exit scepclient
*
- * The log is closed and leaks are reported
- * if LEAK_DETECTIVE is activated
- *
* @param status 0 = OK, 1 = general discomfort
*/
static void
@@ -170,10 +167,6 @@ exit_scepclient(err_t message, ...)
free_x509cert(x509_ca_enc);
free_x509cert(x509_ca_sig);
pkcs10_free(pkcs10);
-
-#ifdef LEAK_DETECTIVE
- report_leaks();
-#endif /* LEAK_DETECTIVE */
close_log();
/* print any error message to stderr */