frontend/device.c, com_alter_common(), #9/11 useless allocation

This commit is contained in:
rlar 2015-12-26 19:00:08 +01:00
parent f04d6cffc2
commit 78a0f74bbc
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ com_alter_common(wordlist *wl, int do_model)
words = words->wl_next;
xsbuf = rem_xsbuf = wl_flatten(words);
/* fprintf(cp_err, "Chain converted %s \n", xsbuf); */
list = TMALLOC(double, 1);
list = NULL;
for (;;) {
tmp = INPevaluate(&xsbuf, &error, 1);
if (error)