From 1c47796479b4d49ac0ebd2f57528a0476a36804b Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Mon, 21 Mar 2016 20:44:03 -0500 Subject: [PATCH] JSONCPP_USING_SECURE_MEMORY default is 0 Re: #410 --- include/json/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/json/version.h b/include/json/version.h index dc975ff..6317404 100644 --- a/include/json/version.h +++ b/include/json/version.h @@ -13,7 +13,7 @@ #ifdef JSONCPP_USING_SECURE_MEMORY #undef JSONCPP_USING_SECURE_MEMORY #endif -#define JSONCPP_USING_SECURE_MEMORY 1 +#define JSONCPP_USING_SECURE_MEMORY 0 // If non-zero, the library zeroes any memory that it has allocated before // it frees its memory.