mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
Clean up after myself in the Z_* purge..
This commit is contained in:
parent
def35745d7
commit
750457b368
8 changed files with 17 additions and 16 deletions
|
@ -425,7 +425,7 @@ void Cmd_Alias_f (void)
|
|||
|
||||
if (!a)
|
||||
{
|
||||
a = malloc (sizeof(cmdalias_t));
|
||||
a = calloc (1, sizeof(cmdalias_t));
|
||||
a->next = cmd_alias;
|
||||
cmd_alias = a;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue