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);