summaryrefslogtreecommitdiffstats
path: root/pfind.c
diff options
context:
space:
mode:
Diffstat (limited to 'pfind.c')
-rw-r--r--pfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfind.c b/pfind.c
index 0c6a9a7..1c82fef 100644
--- a/pfind.c
+++ b/pfind.c
@@ -517,7 +517,7 @@ pem_FindObjectsInit
CK_RV * pError
)
{
- NSSArena *arena;
+ NSSArena *arena = NULL;
NSSCKMDFindObjects *rv = (NSSCKMDFindObjects *) NULL;
struct pemFOStr *fo = (struct pemFOStr *) NULL;
pemInternalObject **temp = (pemInternalObject **) NULL;