]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
replication: aggregator - Free replicator_connection content
authorMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Mon, 31 Jan 2022 10:42:46 +0000 (12:42 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Mon, 21 Feb 2022 10:18:30 +0000 (10:18 +0000)
src/replication/aggregator/replicator-connection.c

index 4c645039992a65f3802d7688529b2517998d88c6..92753766856d0c5cc530542fe76c8748eb1b0fcb 100644 (file)
@@ -256,6 +256,8 @@ void replicator_connection_destroy(struct replicator_connection **_conn)
 
        timeout_remove(&conn->to);
        hash_table_destroy(&conn->requests);
+       i_free(conn->ips);
+       i_free(conn->path);
        i_free(conn);
 }