Getting a `bus error` when running tests, which googling hasn't really helped me to understand. Ohhh, just realized - it's because some of those `[]const []const u8`s _aren't_ initialized with the `allocator`, so we shouldn't be freeing them. Ugh.