Update du5/program.c

This commit is contained in:
Kamil Gejdoš 2026-04-14 21:31:23 +00:00
parent 7363b14b50
commit dcefaf45f4

View File

@ -76,7 +76,7 @@ int main() {
spustac(strom);
destroy_tree(strom);
if (strom != NULL) destroy_tree(strom);
return 0;
}