summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/DebugMemLeakFinder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/DebugMemLeakFinder.cpp b/lib/common/DebugMemLeakFinder.cpp
index e9b0e681..87cdf00d 100644
--- a/lib/common/DebugMemLeakFinder.cpp
+++ b/lib/common/DebugMemLeakFinder.cpp
@@ -383,7 +383,7 @@ static char atexit_filename[512];
static char atexit_markertext[512];
static bool atexit_registered = false;
-void memleakfinder_atexit()
+extern "C" void memleakfinder_atexit()
{
memleakfinder_reportleaks_appendfile(atexit_filename, atexit_markertext);
}