Clean up after myself in the Z_* purge..

This commit is contained in:
Zephaniah E. Hull 2000-06-29 23:30:21 +00:00
parent def35745d7
commit 750457b368
8 changed files with 17 additions and 16 deletions

View file

@ -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;
}