Browse Source

runcoms2.c: set freed pointers to NULL

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

2
src/frontend/runcoms2.c

@ -206,6 +206,8 @@ com_remcirc(wordlist *wl)
}
dbfree(ft_curckt->ci_dbs);
ft_curckt->ci_dbs = NULL;
dbs = NULL;
/* The next lines stem from com_rset */
INPkillMods();

Loading…
Cancel
Save