removed temp debugs

This commit is contained in:
joonicks
2018-03-26 00:59:22 +02:00
parent 06be1ee4d2
commit f1da6a60d0
2 changed files with 10 additions and 19 deletions

View File

@@ -196,16 +196,11 @@ void purge_strplist(Strp *sp)
{
Strp *nxt;
debug("do...\n");
while(sp)
{
debug("nxt =...\n");
nxt = sp->next;
debug("free...\n");
Free((char**)&sp);
debug("sp = nx\n");
sp = nxt;
debug("while..\n");
}
}