We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04fc86 commit 17c3478Copy full SHA for 17c3478
src/node_main_instance.cc
@@ -3,6 +3,9 @@
3
#include "node_options-inl.h"
4
#include "node_v8_platform-inl.h"
5
#include "util-inl.h"
6
+#if defined(LEAK_SANITIZER)
7
+#include <sanitizer/lsan_interface.h>
8
+#endif
9
10
namespace node {
11
0 commit comments