- fixed another leak with userinfos: Since they are no longer POD they may not be memset to 0 in the player_t constructor.

This commit is contained in:
Christoph Oelckers 2013-07-14 12:37:25 +02:00
parent 2d2498d1e2
commit 3e8e587ac7

View file

@ -309,7 +309,6 @@ player_t::player_t()
ConversationFaceTalker(0)
{
memset (&cmd, 0, sizeof(cmd));
memset (&userinfo, 0, sizeof(userinfo));
memset (frags, 0, sizeof(frags));
memset (psprites, 0, sizeof(psprites));
memset (&skill, 0, sizeof(skill));