Skip to content

Commit

Permalink
JSONCPP_USING_SECURE_MEMORY default is 0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Mar 22, 2016
1 parent 12c67e8 commit 1c47796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/json/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1c47796

Please sign in to comment.