[nq] Don't double-allocate timedemo data buffer

Looks like a copy/paste error (wild guess: got my fingers tangled in
vim).
This commit is contained in:
Bill Currie 2022-05-12 22:48:31 +09:00
parent 50226a64c3
commit a17deb3ef2
1 changed files with 0 additions and 1 deletions

View File

@ -669,7 +669,6 @@ CL_TimeDemo_f (void)
free (timedemo_data);
timedemo_data = 0;
}
timedemo_data = calloc (timedemo_runs, sizeof (td_stats_t));
dstring_copystr (demoname, Cmd_Argv (1));
CL_StartTimeDemo ();
timedemo_runs = timedemo_count = max (count, 1);