mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
nuke the memset in Hunk_HighAllocName
This commit is contained in:
parent
6b3b94bafc
commit
f37b007da2
1 changed files with 0 additions and 1 deletions
|
@ -305,7 +305,6 @@ Hunk_HighAllocName (int size, char *name)
|
|||
|
||||
h = (hunk_t *) (hunk_base + hunk_size - hunk_high_used);
|
||||
|
||||
memset (h, 0, size);
|
||||
h->size = size;
|
||||
h->sentinal = HUNK_SENTINAL;
|
||||
strncpy (h->name, name, 8);
|
||||
|
|
Loading…
Reference in a new issue