diff options
author | Pankaj <pankaj.s01@samsung.com> | 2015-10-21 03:20:00 +0000 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2015-10-21 08:20:53 +0200 |
commit | 6558c7174bc6778f13347fc1a356ed6773cef830 (patch) | |
tree | 644d8a08e05a2a7d257e8e9d9f2a7808346e7fb5 /p11-kit | |
parent | 478f1065fb6d92fbd4bdf8b0a513f32cf48af170 (diff) |
p11-kit: Remove unused pointer
https://bugs.freedesktop.org/show_bug.cgi?id=92532
Diffstat (limited to 'p11-kit')
-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; } |