]> jfr.im git - solanum.git/blobdiff - src/client.c
Pass certfp to other servers and show it in whois. Do not show it on connect.
[solanum.git] / src / client.c
index 428b799c4fc679a358bb2b302acf0f4e04d07976..b3f33c3fc27b60158870bdd6acc89b12a83ec95e 100644 (file)
@@ -256,6 +256,7 @@ free_client(struct Client *client_p)
        s_assert(&me != client_p);
        free_local_client(client_p);
        free_pre_client(client_p);
+       rb_free(client_p->certfp);
        rb_bh_free(client_heap, client_p);
 }