Aktualizovat "program.c

This commit is contained in:
Daniel Béreš 2019-11-10 15:00:31 +00:00
parent 79759f74dc
commit e8b5cd6f35

View File

@ -42,7 +42,8 @@ int main() {
}
}
printf("Koniec nacitania.\n");
koniec:
free(prvy_vstup);
free(prvy_vstup);
free(druhy_vstup);
}