From 38a683fe148f0656d6675142e5215e03f69cbd46 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 23 Jan 2017 18:06:30 +0800 Subject: [PATCH] disable glibc memory check --- trunk/src/core/srs_core_performance.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/core/srs_core_performance.hpp b/trunk/src/core/srs_core_performance.hpp index 6f0cc499f..6833a76d7 100644 --- a/trunk/src/core/srs_core_performance.hpp +++ b/trunk/src/core/srs_core_performance.hpp @@ -191,8 +191,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /** * whether ensure glibc memory check. */ -#undef SRS_PERF_GLIBC_MEMORY_CHECK #define SRS_PERF_GLIBC_MEMORY_CHECK +#undef SRS_PERF_GLIBC_MEMORY_CHECK #endif