summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dss.c b/dss.c
index 8f4f195..60e97c1 100644
--- a/dss.c
+++ b/dss.c
@@ -94,7 +94,7 @@ int buf_get_dss_priv_key(buffer* buf, dropbear_dss_key *key) {
m_mp_alloc_init_multi(&key->x, NULL);
ret = buf_getmpint(buf, key->x);
if (ret == DROPBEAR_FAILURE) {
- m_mp_free_multi(&key->x);
+ m_mp_free_multi(&key->x, NULL);
}
return ret;