free unused memory block

This commit is contained in:
Abreu 2021-10-12 14:36:30 -03:00
parent fdedf5659f
commit 6a04e7a8fa
No known key found for this signature in database
GPG Key ID: 64835466FF55F7E1
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ int main () {
}
printf("\n");
scanf(" ");
free(key);
}
return 0;
}