cppu/source/AffineBridge/AffineBridge.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 754eb1541a6ca709f78afbc7fb2b75f626562dcc
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Jun 1 14:14:09 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Jun 1 16:43:29 2022 +0200

    No need to call resume() on all already running thread
    
    (This was there ever since the beginning in
    85c2477a9479b08e49e651a8f6bede5b8b51613c "INTEGRATION: CWS bunoexttm", 
while for
    the similar OuterThread it was always absent.)
    
    Change-Id: I3c43f0e35435b6035f6a1f2a1ca9f104bd639689
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135240
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/cppu/source/AffineBridge/AffineBridge.cxx 
b/cppu/source/AffineBridge/AffineBridge.cxx
index 156d6eb9c7a0..3e2b01df1cca 100644
--- a/cppu/source/AffineBridge/AffineBridge.cxx
+++ b/cppu/source/AffineBridge/AffineBridge.cxx
@@ -245,7 +245,6 @@ void AffineBridge::v_callInto_v(uno_EnvCallee * pCallee, 
va_list * pParam)
     if (m_innerThreadId == 0) // no inner thread yet
     {
         m_pInnerThread.reset(new InnerThread(this));
-        m_pInnerThread->resume();
     }
 
     bool bResetId = false;

Reply via email to