This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
netpgp-et
forked from
pEp.foundation/netpgp-et
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
merge
master
Edouard Tisserant
7 years ago
parent
a78a9dfa63
ae8aa3f5a9
commit
0e3e78b365
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dist/src/lib/keyring.c
+ 1
- 1
dist/src/lib/keyring.c
View File
@ -908,7 +908,7 @@ void
pgp_keyring_purge
(
pgp_keyring_t
*
keyring
)
{
pgp_key_t
*
keyp
;
unsigned
c
;
unsigned
c
=
0
;
for
(
keyp
=
keyring
-
>
keys
;
c
<
keyring
-
>
keyc
;
c
+
+
,
keyp
+
+
)
{
pgp_key_free
(
keyp
)
;
}
Write
Preview
Loading…
Cancel
Save