hw-00: Free buffer

This commit is contained in:
Tomáš Kléger 2025-10-05 21:59:00 +02:00
parent 5d86ef63b2
commit 9920c2d190

View File

@ -60,5 +60,6 @@ int main() {
printf("%s\n", INPUT_OKAY);
printf("%s\n", QUOTES[input]);
free(buf);
return EXIT_SUCCESS;
}