From 6d4efd424682f90896d5237ede4326416b6fa97d Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 30 Oct 2016 19:58:50 +0100 Subject: Fixes some memory leaks and consequent incorrect frees. --- client/cmixclient.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/cmixclient.hpp') diff --git a/client/cmixclient.hpp b/client/cmixclient.hpp index 2df754b..f1c726d 100644 --- a/client/cmixclient.hpp +++ b/client/cmixclient.hpp @@ -37,7 +37,7 @@ struct NetworkDetails { class CMixClient { struct NodeData { - void* secret_value; + GroupElement secret_value; SharedKey shared_value; }; -- cgit v1.2.3-70-g09d2