Forgot a line
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1819 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
74bbed5a13
commit
617cf2bbe2
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ void Plugins::FindCommands(char* path,bool displayInfo)
|
||||||
}
|
}
|
||||||
|
|
||||||
m_dataHandles.resize(m_funcsCount*sizeof(int));
|
m_dataHandles.resize(m_funcsCount*sizeof(int));
|
||||||
|
m_uninstDataHandles.resize(m_funcsCount*sizeof(int));
|
||||||
memset(m_dataHandles.get(), -1, m_funcsCount*sizeof(int));
|
memset(m_dataHandles.get(), -1, m_funcsCount*sizeof(int));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue