From c94914e67a6c26d68935f230b470e10fd5397246 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Oct 2014 09:58:56 +0200 Subject: don't run atexit hooks on unix --- opentrack/options.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'opentrack') diff --git a/opentrack/options.hpp b/opentrack/options.hpp index d81f4888..6c15d729 100644 --- a/opentrack/options.hpp +++ b/opentrack/options.hpp @@ -213,7 +213,6 @@ namespace options { static opt_singleton& datum() { - // XXX crashes with dlopen on Linux -sh 20141019 static auto ret = std::make_shared>(); return *ret; } -- cgit v1.2.3