Commit 6abcab72 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

Fixed initialisation crash on loading qcap dll.

parent b45e3160
......@@ -359,6 +359,7 @@ void SetupInitializeServers(const CFactoryTemplate * pList, int num,
for (i = 0; i < num; i++, pList++)
{
pList->m_lpfnInit(bLoading, pList->m_ClsID);
if (pList->m_lpfnInit)
pList->m_lpfnInit(bLoading, pList->m_ClsID);
}
}
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