JSONCPP_USING_SECURE_MEMORY default is 0

Re: #410
This commit is contained in:
Christopher Dunn 2016-03-21 20:44:03 -05:00
parent 12c67e810d
commit 1c47796479

View File

@ -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.