On Mon Sep 18 17:19:23 2023 +0000, Zebediah Figura wrote:
Actually since this is a short-lived program you could even skip freeing the array.
Alright, pushed an update. Since I don't know how much data is really allocated, I find it safer to free the data, it shouldn't be much overhead anyways.