Browse Source

runcoms2.c: plug setup memory leak

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

3
src/frontend/runcoms2.c

@ -225,7 +225,8 @@ com_remcirc(wordlist *wl)
line_free(dd, TRUE);
tfree(ft_curckt->FTEstats);
tfree(ft_curckt->ci_defTask);
ft_sim->deleteTask (ft_curckt->ci_ckt, ft_curckt->ci_defTask);
if (ft_curckt->ci_name)
tfree(ft_curckt->ci_name);

Loading…
Cancel
Save