changeset 25851:82b3079d1f24

applied changes from 68cb5581c551eabb57bcdf437642ee9e6786bc64 through 76c6ab76464455ef2db1b4037f1e13745bb1d510
author Ethan Blanton <elb@pidgin.im>
date Tue, 28 Apr 2009 20:31:09 +0000
parents 68a5090f44eb
children b536e4977362
files libpurple/protocols/irc/msgs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/irc/msgs.c	Tue Apr 28 20:28:30 2009 +0000
+++ b/libpurple/protocols/irc/msgs.c	Tue Apr 28 20:31:09 2009 +0000
@@ -1008,6 +1008,7 @@
 				    _("Nickname in use"), buf);
 		g_free(buf);
 		g_free(irc->reqnick);
+		irc->reqnick = NULL;
 	}
 
 	if (strlen(args[1]) < strlen(irc->reqnick) || irc->nickused)