From c5cea6d6c12ee1c80270f6762839c47ba016ccac Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 24 Aug 2018 22:58:02 +0200 Subject: [PATCH] remove ft_curckt->ci_meas upon removing the current circuit ft_curckt --- src/frontend/runcoms2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/runcoms2.c b/src/frontend/runcoms2.c index e4dff9889..f54a276d8 100644 --- a/src/frontend/runcoms2.c +++ b/src/frontend/runcoms2.c @@ -257,6 +257,8 @@ com_remcirc(wordlist *wl) line_free(dd, TRUE); dd = ft_curckt->ci_options; line_free(dd, TRUE); + dd = ft_curckt->ci_meas; + line_free(dd, TRUE); wl_free(ft_curckt->ci_commands);