diff --git a/daemon/http-tx-mgr.c b/daemon/http-tx-mgr.c index 0ef283347..2cf7a0f09 100644 --- a/daemon/http-tx-mgr.c +++ b/daemon/http-tx-mgr.c @@ -478,8 +478,6 @@ load_certs (sqlite3_stmt *stmt, void *vdata) g_free (pem); if (b) BIO_free (b); - if (saved) - X509_free (saved); return ret; }