remove ft_curckt->ci_meas upon removing the current circuit ft_curckt

This commit is contained in:
Holger Vogt 2018-08-24 22:58:02 +02:00
parent 5f1f6ccb29
commit c5cea6d6c1
1 changed files with 2 additions and 0 deletions

View File

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