New upstream version 4.16.0

This commit is contained in:
Chris Hofstaedtler
2024-06-25 20:09:23 +02:00
parent 0fda4df4f1
commit e8b8d7a84b
488 changed files with 2122 additions and 2883 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ int main(int argc, char *argv[])
printf("%d: %s %lu %lu\n", i, owner,
ranges[i].start, ranges[i].count);
}
free(ranges);
subid_free(ranges);
return 0;
}