frontend/device.c, com_alter_common(), #9/11 useless allocation
This commit is contained in:
parent
f04d6cffc2
commit
78a0f74bbc
|
|
@ -1321,7 +1321,7 @@ com_alter_common(wordlist *wl, int do_model)
|
||||||
words = words->wl_next;
|
words = words->wl_next;
|
||||||
xsbuf = rem_xsbuf = wl_flatten(words);
|
xsbuf = rem_xsbuf = wl_flatten(words);
|
||||||
/* fprintf(cp_err, "Chain converted %s \n", xsbuf); */
|
/* fprintf(cp_err, "Chain converted %s \n", xsbuf); */
|
||||||
list = TMALLOC(double, 1);
|
list = NULL;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
tmp = INPevaluate(&xsbuf, &error, 1);
|
tmp = INPevaluate(&xsbuf, &error, 1);
|
||||||
if (error)
|
if (error)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue