From: Vincent Bernat Date: Fri, 18 Mar 2016 12:43:02 +0000 (+0100) Subject: tests: don't check for leaks in fixed point tests X-Git-Tag: 0.9.2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9997f8e4d905fce7572ec545411abb97e05f1ea4;p=thirdparty%2Flldpd.git tests: don't check for leaks in fixed point tests --- diff --git a/tests/check_fixedpoint.c b/tests/check_fixedpoint.c index 2f13d13a..db889bba 100644 --- a/tests/check_fixedpoint.c +++ b/tests/check_fixedpoint.c @@ -306,6 +306,11 @@ fixedpoint_suite(void) return s; } +/* Disable leak detection sanitizer */ +int __lsan_is_turned_off() { + return 1; +} + int main() {