Kaydet (Commit) f3caa925 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

pDocsRequest cannot be null

Change-Id: I399175f154e0a75779b90b74396c13fe2acbca49
üst 1290a408
......@@ -296,12 +296,8 @@ IMPL_STATIC_LINK_TYPED( ProcessEventsClass_Impl, ProcessDocumentsEvent, void*, p
{
// Documents requests are processed by the OfficeIPCThread implementation
ProcessDocumentsRequest* pDocsRequest = static_cast<ProcessDocumentsRequest*>(pEvent);
if ( pDocsRequest )
{
OfficeIPCThread::ExecuteCmdLineRequests( *pDocsRequest );
delete pDocsRequest;
}
OfficeIPCThread::ExecuteCmdLineRequests( *pDocsRequest );
delete pDocsRequest;
}
void ImplPostForeignAppEvent( ApplicationEvent* pEvent )
......
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