Browse Source

runcoms2.c: plug memory leak during 'remcirc'

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
9e8219da67
  1. 2
      src/frontend/runcoms2.c

2
src/frontend/runcoms2.c

@ -224,6 +224,8 @@ com_remcirc(wordlist *wl)
dd = ft_curckt->ci_param;
line_free(dd, TRUE);
wl_free(ft_curckt->ci_commands);
tfree(ft_curckt->FTEstats);
ft_sim->deleteTask (ft_curckt->ci_ckt, ft_curckt->ci_defTask);

Loading…
Cancel
Save