Browse Source

remove problems with simple node names

pre-master-46
h_vogt 18 years ago
parent
commit
a11ba63928
  1. 4
      src/frontend/com_fft.c
  2. 3
      src/frontend/spec.c

4
src/frontend/com_fft.c

@ -166,7 +166,7 @@ com_fft(wordlist *wl)
ngood++; ngood++;
} }
} }
free_pnode(first_name);
if (!ngood) { if (!ngood) {
return; return;
} }
@ -240,7 +240,7 @@ com_fft(wordlist *wl)
tfree(tdvec); tfree(tdvec);
tfree(fdvec); tfree(fdvec);
free_pnode(first_name);
} }

3
src/frontend/spec.c

@ -188,7 +188,7 @@ com_spec(wordlist *wl)
ngood++; ngood++;
} }
} }
free_pnode(first_name);
/* free_pnode(first_name); h_vogt 081206 */
if (!ngood) { if (!ngood) {
tfree(win); tfree(win);
return; return;
@ -272,6 +272,7 @@ com_spec(wordlist *wl)
tfree(dc); tfree(dc);
tfree(tdvec); tfree(tdvec);
tfree(fdvec); tfree(fdvec);
free_pnode(first_name);
#ifdef KEEPWINDOW #ifdef KEEPWINDOW
f = alloc(struct dvec); f = alloc(struct dvec);

Loading…
Cancel
Save