From a76938561c26dd59d29e45150d1954d14171f6e7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 Jan 2014 13:23:01 +0000 Subject: Try to fix repeatedly-reported exceptions. --- src/lib/exceptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/exceptions.h') diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index c1240538f..3423a5754 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -253,6 +253,7 @@ public: boost::mutex::scoped_lock lm (_mutex); if (_exception) { boost::rethrow_exception (_exception); + _exception = boost::exception_ptr (); } } -- cgit v1.2.3