Skip to content

Commit

Permalink
feat(accounts): Add parameter to encrypt/decrypt auxiliary account's …
Browse files Browse the repository at this point in the history
…passwords

remove release of autorelease object
  • Loading branch information
QHivert committed Feb 7, 2024
1 parent 7ace9c2 commit dde154d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SoObjects/SOGo/NSString+Crypto.m
Original file line number Diff line number Diff line change
Expand Up @@ -671,9 +671,6 @@ - (NSString *)decryptAES256GCM:(NSString *)passwordScheme iv:(NSString *)ivStrin

// Clean up
free(plaintext);
[data release];
[ivData release];
[tagData release];

return value;

Expand Down

0 comments on commit dde154d

Please sign in to comment.