diff --git a/src/home/homework-password-cache.c b/src/home/homework-password-cache.c index 1133ab24b82..00a0f69bc91 100644 --- a/src/home/homework-password-cache.c +++ b/src/home/homework-password-cache.c @@ -11,6 +11,7 @@ void password_cache_free(PasswordCache *cache) { cache->pkcs11_passwords = strv_free_erase(cache->pkcs11_passwords); cache->fido2_passwords = strv_free_erase(cache->fido2_passwords); + cache->keyring_passswords = strv_free_erase(cache->keyring_passswords); } void password_cache_load_keyring(UserRecord *h, PasswordCache *cache) {