Browse Source

improve on memory leaks

(not yet completely satisfying)
pre-master-46
Holger Vogt 6 years ago
parent
commit
3eb04b2fdc
  1. 1
      src/frontend/plotting/plotit.c

1
src/frontend/plotting/plotit.c

@ -287,7 +287,6 @@ bool plotit(wordlist *wl, const char *hcopy, const char *devname)
int i, y_type, xt;
wordlist *wwl;
char *nxlabel = NULL, *nylabel = NULL, *ntitle = NULL;
double tstep, tstart, tstop, ttime;
/* Save start of vectors on entry for cleaning up junk left behind

Loading…
Cancel
Save