diff options
-rw-r--r-- | p11-kit/modules.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/p11-kit/modules.c b/p11-kit/modules.c index fac4707..acb3707 100644 --- a/p11-kit/modules.c +++ b/p11-kit/modules.c @@ -488,7 +488,6 @@ take_config_and_load_module_inlock (char **name, { const char *filename = NULL; const char *remote = NULL; - char *value = NULL; CK_RV rv = CKR_OK; Module *mod; @@ -538,7 +537,6 @@ take_config_and_load_module_inlock (char **name, mod->critical = critical; out: - free (value); return rv; } |