Commit 8f2a2f4f1cea3d391fbf62e7507dd233cad10d99

Christian Weisgerber 2021-08-29T11:51:43

drop realloc_ids() initialization calls, one of which had a typo realloc_ids() is called again in the loops that assign to the ID arrays, before the first assignment. ok stsp