Subj : src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Tue Dec 19 2023 11:42 pm https://gitlab.synchro.net/main/sbbs/-/commit/0ece229079e72a6eb1a75e77 Modified Files: src/sbbs3/ctrl/LoginAttemptsFormUnit.cpp Log Message: Fix crashes when remove items from the failed login list We need to get the NextItem *before* we delete the current one. I'm not sure why this was in there, but removed it as appears to have no effect: if(ListView->Selected == NULL) break; .