runcoms2.c: set freed pointers to NULL

This commit is contained in:
h_vogt 2013-08-20 20:42:34 +02:00 committed by rlar
parent 0c503429e0
commit e308f52e26
1 changed files with 2 additions and 0 deletions

View File

@ -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();