From 46bde57f248d7e6e4ae76cb9516a73cabb5f913e Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 28 May 2003 01:18:51 +0000 Subject: [PATCH] Fix comment. --- trunk/gpgme/key.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/trunk/gpgme/key.c b/trunk/gpgme/key.c index 47ce4aa..c5157f8 100644 --- a/trunk/gpgme/key.c +++ b/trunk/gpgme/key.c @@ -31,8 +31,7 @@ /* Protects all reference counters in keys. All other accesses to a - key are either read only or happen before the key is entered into - the cache. */ + key are read only. */ DEFINE_STATIC_LOCK (key_ref_lock); @@ -293,7 +292,7 @@ gpgme_key_ref (gpgme_key_t key) } -/* gpgme_key_unref releases the key object. Note, that this function +/* gpgme_key_unref releases the key object. Note, that this function may not do an actual release if there are other shallow copies of the objects. You have to call this function for every newly created key object as well as for every gpgme_key_ref() done on the -- 2.26.2