Browse Source

runcoms2.c: remove ci_options upon remcirc

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
9520044a0f
  1. 4
      src/frontend/runcoms2.c

4
src/frontend/runcoms2.c

@ -219,11 +219,13 @@ com_remcirc(wordlist *wl)
tfree(v);
}
ft_curckt->ci_vars = NULL;
/* delete the deck and parameter list in ft_curckt */
/* delete the deck, parameter list, and options list in ft_curckt */
dd = ft_curckt->ci_deck;
line_free(dd, TRUE);
dd = ft_curckt->ci_param;
line_free(dd, TRUE);
dd = ft_curckt->ci_options;
line_free(dd, TRUE);
wl_free(ft_curckt->ci_commands);

Loading…
Cancel
Save