fixed bug caused by last commit lol

This commit is contained in:
Václav Šmejkal 2022-03-08 19:10:14 +01:00
parent c4a5d24aa3
commit 2cfd2afb98

View File

@ -120,7 +120,6 @@ encryptText(char *text, char *keyNew)
//DEALLOCATION //DEALLOCATION
free(key); free(key);
free(textBuffer);
return returningText; return returningText;
} }