aboutsummaryrefslogtreecommitdiff
path: root/crypto/store/str_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store/str_mem.c')
-rw-r--r--crypto/store/str_mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/str_mem.c b/crypto/store/str_mem.c
index 632ada8..b14e289 100644
--- a/crypto/store/str_mem.c
+++ b/crypto/store/str_mem.c
@@ -252,7 +252,7 @@ static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
STOREerr(STORE_F_MEM_LIST_START, ERR_R_MALLOC_FAILURE);
return 0;
}
- memset(context, 0, sizeof(struct mem_ctx_st));
+ memset(context, 0, sizeof(*context));
attribute_context = STORE_parse_attrs_start(attributes);
if (!attribute_context) {