Kaydet (Commit) 212f25c2 authored tarafından Michael Stahl's avatar Michael Stahl

scripting: another missing SolarMutex guard

Change-Id: I762dad4d94ab4f27912b4ddac5b6a77f7d685cb8
üst 7d754a84
...@@ -87,6 +87,8 @@ namespace basprov ...@@ -87,6 +87,8 @@ namespace basprov
BasicScriptImpl::~BasicScriptImpl() BasicScriptImpl::~BasicScriptImpl()
{ {
SolarMutexGuard g;
if ( m_documentBasicManager ) if ( m_documentBasicManager )
EndListening( *m_documentBasicManager ); EndListening( *m_documentBasicManager );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment