mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
Fixed initialisation crash on loading qcap dll.
This commit is contained in:
parent
b45e31608b
commit
6abcab7283
1 changed files with 2 additions and 1 deletions
|
@ -359,6 +359,7 @@ void SetupInitializeServers(const CFactoryTemplate * pList, int num,
|
|||
|
||||
for (i = 0; i < num; i++, pList++)
|
||||
{
|
||||
if (pList->m_lpfnInit)
|
||||
pList->m_lpfnInit(bLoading, pList->m_ClsID);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue