OLMAccount: Fix use of object after its memory was released
This commit is contained in:
parent
20ee3858b9
commit
36fd68c818
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@
|
||||||
const char *error = olm_account_last_error(_account);
|
const char *error = olm_account_last_error(_account);
|
||||||
NSLog(@"error getting id keys: %s", error);
|
NSLog(@"error getting id keys: %s", error);
|
||||||
free(otkBytes);
|
free(otkBytes);
|
||||||
|
return nil;
|
||||||
}
|
}
|
||||||
NSData *otk = [NSData dataWithBytesNoCopy:otkBytes length:otkLength freeWhenDone:YES];
|
NSData *otk = [NSData dataWithBytesNoCopy:otkBytes length:otkLength freeWhenDone:YES];
|
||||||
NSError *error = nil;
|
NSError *error = nil;
|
||||||
|
|
Loading…
Reference in a new issue