Merge branch 'master' of https://bitbucket.org/4coder/4coder
This commit is contained in:
commit
1db0ad31c2
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue