Browse Source

*sigh*

PYADPT-55
Volker Birk 6 years ago
parent
commit
af2a096543
  1. 1
      src/basic_api.cc

1
src/basic_api.cc

@ -109,7 +109,6 @@ namespace pEp {
if (!ident) if (!ident)
throw bad_alloc(); throw bad_alloc();
result.append(Identity(ident)); result.append(Identity(ident));
il = il->next;
} }
free_identity_list(private_keys); free_identity_list(private_keys);

Loading…
Cancel
Save