added missing buffer deallocation

This commit is contained in:
Václav Šmejkal 2022-05-11 17:39:08 +02:00
parent 43ea16b596
commit 7015a58762

View File

@ -34,6 +34,7 @@ int main(void)
} }
//DEALLOCATION //DEALLOCATION
free(buffer);
deallocateOutput(encrypted); deallocateOutput(encrypted);
return 0; return 0;