This commit is contained in:
Allen Webster 2016-05-28 23:12:29 -04:00
commit 1db0ad31c2
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ general_memory_check(General_Memory *general){
Bubble *next = bubble->next;
Assert(bubble == next->prev);
if (next != sentinel){
if (next != sentinel && bubble->prev != sentinel){
Assert(bubble->next > bubble);
Assert(bubble > bubble->prev);