aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/ChangeLog4
-rw-r--r--gpgme/engine.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 352aa986..3f10f0d8 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-29 Marcus Brinkmann <[email protected]>
+
+ * engine.c (gpgme_get_engine_info): Initialize NULL.
+
2003-07-23 Marcus Brinkmann <[email protected]>
* gpgme-config.in (gpg_error_libs): Quote GPG_ERROR_CFLAGS and
diff --git a/gpgme/engine.c b/gpgme/engine.c
index afb831d4..034edc15 100644
--- a/gpgme/engine.c
+++ b/gpgme/engine.c
@@ -147,6 +147,7 @@ gpgme_get_engine_info (gpgme_engine_info_t *info)
(*lastp)->file_name = file_name;
(*lastp)->version = engine_get_version (proto_list[proto]);
(*lastp)->req_version = engine_get_req_version (proto_list[proto]);
+ (*lastp)->next = NULL;
lastp = &(*lastp)->next;
}
}