diff --git a/ratbox-respond.c b/ratbox-respond.c index d2ab9c3..e1d2589 100644 --- a/ratbox-respond.c +++ b/ratbox-respond.c @@ -47,7 +47,7 @@ void nodumps() void byebye(int sig) { - memset(rsa, 0, sizeof rsa); + RSA_free(rsa); exit(0); }