mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- 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:
parent
2d2498d1e2
commit
3e8e587ac7
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue