diff options
Diffstat (limited to 'blabouncer.c')
-rw-r--r-- | blabouncer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blabouncer.c b/blabouncer.c index 3198026..23d5217 100644 --- a/blabouncer.c +++ b/blabouncer.c @@ -961,6 +961,7 @@ int processircmessage(SSL *server_ssl, char *str, int source, struct client *cli strcpy(ircdstrings->ircnick, prefixcopy); printf("Updated ircnick to '%s'.\n", ircdstrings->ircnick); free(nickuserhostcpy); + free(prefixcopy); } // Relay to all clients |