This commit is contained in:
Isaac Shoebottom 2023-11-16 23:51:06 -04:00
parent e497514110
commit fc04a578ba

View File

@ -241,6 +241,6 @@ int main(int argc, char **argv) {
} }
} }
// Free the memory, just for good measure // Free the memory, just for good measure
free(memory) free(memory);
return 0; return 0;
} }