bug fix in ram management

This commit is contained in:
Milang 2019-10-26 17:22:20 +02:00
parent 9ceaf50e09
commit 6dcb04544b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static log_line* cut_line()
first_line.next=maillon_suivant;
if (maillon_suivant)
maillon_suivant->previous=&first_line;
number_messages--;
return maillon;
}