added missing deallocation
This commit is contained in:
parent
9b57343c4c
commit
fb31bb9859
@ -84,5 +84,8 @@ decryptText(char *text, char *key)
|
||||
returningText[i] = (char) textKeyChain[i];
|
||||
}
|
||||
|
||||
//DEALLOCATION
|
||||
free(textKeyChain);
|
||||
|
||||
return returningText;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user