Skip to content

Commit 67534c4

Browse files
Synchronize changes from 1.6 master branch [ci skip]
3affdc4 Disable _set_new_mode
2 parents a233d9b + 3affdc4 commit 67534c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/SharedUtil.Memory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ namespace SharedUtil
187187
{
188188
#if defined(_WIN32)
189189
_set_new_handler(&HandleMemoryAllocationFailure);
190-
_set_new_mode(1 /* call _set_new_handler for malloc failure */);
190+
// _set_new_mode(1 /* call _set_new_handler for malloc failure */);
191191
#else
192192
std::set_new_handler(&HandleMemoryAllocationFailure);
193193
#endif

0 commit comments

Comments
 (0)