diff --git a/nwatch.c b/nwatch.c index 59e6d0eb..0f048358 100644 --- a/nwatch.c +++ b/nwatch.c @@ -136,6 +136,7 @@ static int NetWatchTimerRemQue(pNetWatch self, pNWTimer handle) pNxt->next = pNxt->next->next; break; } + pNxt = pNxt->next; } /* It it was the last entry, point tail to its predecessor */ if (handle == self->tq_tail)