diff --git a/src/hole.rs b/src/hole.rs index 52cd659..40d2622 100644 --- a/src/hole.rs +++ b/src/hole.rs @@ -266,6 +266,7 @@ impl HoleList { }, bottom: null_mut(), top: null_mut(), + pending_extend: 0, } }