X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/5aa1d28dc16e3ad616e455de49c5d863c6fc15d9..152a0a938610357511cebd78a2af02b0718d75d1:/gameserv/list.h diff --git a/gameserv/list.h b/gameserv/list.h index dc63517..e8b8510 100644 --- a/gameserv/list.h +++ b/gameserv/list.h @@ -55,6 +55,8 @@ void List::deleteNodes() it = it->Next(); delete tempPtr; } + firstPtr = NULL; + lastPtr = NULL; } template