Free heap allocations
This commit is contained in:
parent
71342900db
commit
e497514110
@ -240,5 +240,7 @@ int main(int argc, char **argv) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
// Free the memory, just for good measure
|
||||
free(memory)
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user