blah, failed to notice the info string was getting freed earlier

This commit is contained in:
Bill Currie 2003-05-30 21:22:30 +00:00
parent 42ade2c507
commit 5bafde58d2

View file

@ -1040,8 +1040,6 @@ CL_UpdateUserinfo (void)
CL_ProcessUserInfo (slot, player);
} else {
// the server dropped the client
if (player->userinfo)
Info_Destroy (player->userinfo);
memset (player, 0, sizeof (*player));
}
}