diff --git a/src/encrypter.c b/src/encrypter.c index b973f74..9b73e3f 100644 --- a/src/encrypter.c +++ b/src/encrypter.c @@ -114,6 +114,8 @@ encryptText(char *text, char *keyNew) { strcat(returningText, "."); } + + free(textBuffer); } //DEALLOCATION