runcoms2.c: set freed pointers to NULL
This commit is contained in:
parent
0c503429e0
commit
e308f52e26
|
|
@ -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…
Reference in New Issue