Fixed initialization

This commit is contained in:
Andrew Kane
2023-08-13 15:50:05 -07:00
parent 23cb79c1dc
commit 304e262a41

View File

@@ -894,7 +894,7 @@ static List *
RemoveElementsBeingDeleted(List *w)
{
ListCell *lc2;
List *w2;
List *w2 = NIL;
foreach(lc2, w)
{