Aktualizovat „du2/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-03-02 13:53:18 +00:00
parent 5ec42c6cad
commit 268c134a0a

View File

@ -24,6 +24,11 @@ int main()
printf("%d", max_hodnota);
free(max_hodnota);
free(i);
free(r);
free(value);
return 0;
}