summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPankaj <pankaj.s01@samsung.com>2015-10-21 03:20:00 +0000
committerStef Walter <stefw@redhat.com>2015-10-21 08:20:53 +0200
commit6558c7174bc6778f13347fc1a356ed6773cef830 (patch)
tree644d8a08e05a2a7d257e8e9d9f2a7808346e7fb5
parent478f1065fb6d92fbd4bdf8b0a513f32cf48af170 (diff)
downloadp11-kit-6558c7174bc6778f13347fc1a356ed6773cef830.tar.gz
p11-kit: Remove unused pointer
https://bugs.freedesktop.org/show_bug.cgi?id=92532
-rw-r--r--p11-kit/modules.c2
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;
}