ci: enable LeakSanitizer

Change-Id: I41c35387c46610da95468b13747eaa5983abebc6
diff --git a/.jenkins.d/20-tests.sh b/.jenkins.d/20-tests.sh
index e9c1c85..ec4461b 100755
--- a/.jenkins.d/20-tests.sh
+++ b/.jenkins.d/20-tests.sh
@@ -31,7 +31,6 @@
 }
 
 ASAN_OPTIONS="color=always"
-ASAN_OPTIONS+=":detect_leaks=false"
 ASAN_OPTIONS+=":detect_stack_use_after_return=true"
 ASAN_OPTIONS+=":check_initialization_order=true"
 ASAN_OPTIONS+=":strict_init_order=true"