Skip to content

Commit 1c47796

Browse files
committed
JSONCPP_USING_SECURE_MEMORY default is 0
Re: #410
1 parent 12c67e8 commit 1c47796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/json/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifdef JSONCPP_USING_SECURE_MEMORY
1414
#undef JSONCPP_USING_SECURE_MEMORY
1515
#endif
16-
#define JSONCPP_USING_SECURE_MEMORY 1
16+
#define JSONCPP_USING_SECURE_MEMORY 0
1717
// If non-zero, the library zeroes any memory that it has allocated before
1818
// it frees its memory.
1919

0 commit comments

Comments
 (0)