fixed memory bug
This commit is contained in:
parent
59cbdfa4bd
commit
c4a5d24aa3
@ -114,6 +114,8 @@ encryptText(char *text, char *keyNew)
|
||||
{
|
||||
strcat(returningText, ".");
|
||||
}
|
||||
|
||||
free(textBuffer);
|
||||
}
|
||||
|
||||
//DEALLOCATION
|
||||
|
Loading…
x
Reference in New Issue
Block a user