summaryrefslogtreecommitdiff
path: root/libsecret/secret-methods.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsecret/secret-methods.c')
-rw-r--r--libsecret/secret-methods.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsecret/secret-methods.c b/libsecret/secret-methods.c
index 438263c..b768857 100644
--- a/libsecret/secret-methods.c
+++ b/libsecret/secret-methods.c
@@ -350,7 +350,7 @@ secret_service_search_finish (SecretService *service,
{
GSimpleAsyncResult *res;
SearchClosure *closure;
- GList *items;
+ GList *items = NULL;
g_return_val_if_fail (service == NULL || SECRET_IS_SERVICE (service), FALSE);
g_return_val_if_fail (error == NULL || *error == NULL, FALSE);