optimization on memory

This commit is contained in:
biglyderv 2025-03-27 15:56:47 -04:00
parent 0e3dd1a83f
commit fe1de151ff
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
4 changed files with 14 additions and 5 deletions

View file

@ -25,6 +25,7 @@ void init_tables(hashmap *elements, hashmap *inv, hashmap *polls, int do_inv) {
load_elements(inv, inv_file, 1);
}
// todo: sanitize, valgrind, look through todos
int main(int argc, char *argv[]) {
char *name;
if (argc < 2) {