remove ft_curckt->ci_meas upon removing the current circuit ft_curckt
This commit is contained in:
parent
5f1f6ccb29
commit
c5cea6d6c1
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue