diff --git a/src/hnswutils.c b/src/hnswutils.c index 9f7340f..6721ae1 100644 --- a/src/hnswutils.c +++ b/src/hnswutils.c @@ -894,7 +894,7 @@ static List * RemoveElementsBeingDeleted(List *w) { ListCell *lc2; - List *w2; + List *w2 = NIL; foreach(lc2, w) {