Changes between Initial Version and Version 1 of Ticket #7666, comment 10


Ignore:
Timestamp:
Sep 16, 2013, 5:55:14 AM (9 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7666, comment 10

    initial v1  
    1 Please, could you try this patch in case it could be related to this issue.
     1Please, could you try these patches in case it could be related to this issue.
    22
    33
     
    1919
    2020}}}
     21
     22
     23{{{
     24svn diff libs/thread/src/win32/thread.cpp
     25Index: libs/thread/src/win32/thread.cpp
     26===================================================================
     27--- libs/thread/src/win32/thread.cpp    (revision 85677)
     28+++ libs/thread/src/win32/thread.cpp    (working copy)
     29@@ -279,6 +279,12 @@
     30                 interruption_enabled=false;
     31 #endif
     32             }
     33+            ~externally_launched_thread() {
     34+              BOOST_ASSERT(notify.empty());
     35+              notify.clear();
     36+              BOOST_ASSERT(async_states_.empty());
     37+              async_states_.clear();
     38+            }
     39}}}
     40
     41