From 3eb04b2fdc0708452e001c924162cac41fef3e54 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 28 Dec 2019 10:35:28 +0100 Subject: [PATCH] improve on memory leaks (not yet completely satisfying) --- src/frontend/plotting/plotit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/plotting/plotit.c b/src/frontend/plotting/plotit.c index 95fb45207..2d3d1bf5c 100644 --- a/src/frontend/plotting/plotit.c +++ b/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