always push something in TypeLib::GetLibVersion to avoid stack corruption

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4659 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-04-18 10:40:28 +00:00
parent be2557be2b
commit 6ba36e9ef4

View file

@ -117,9 +117,19 @@ NSISFunction(GetLibVersion) {
typeLib->ReleaseTLibAttr(typelibAttr);
}
else
{
pushstring("0");
pushstring("0");
}
typeLib->Release();
}
else
{
pushstring("0");
pushstring("0");
}
}