From af2a09654363b4d15a546ec772ed162e4e0c2977 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 9 May 2019 17:30:35 +0200 Subject: [PATCH] *sigh* --- src/basic_api.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/basic_api.cc b/src/basic_api.cc index 034e787..4e18f5d 100644 --- a/src/basic_api.cc +++ b/src/basic_api.cc @@ -109,7 +109,6 @@ namespace pEp { if (!ident) throw bad_alloc(); result.append(Identity(ident)); - il = il->next; } free_identity_list(private_keys);