diff --git a/Contrib/InstallOptions/InstallerOptions.cpp b/Contrib/InstallOptions/InstallerOptions.cpp index 9dc4d72c..cfad5265 100644 --- a/Contrib/InstallOptions/InstallerOptions.cpp +++ b/Contrib/InstallOptions/InstallerOptions.cpp @@ -313,7 +313,7 @@ bool SaveSettings(void) { pszBuffer = (char*)MALLOC(nBufLen); if (!pszBuffer) return false; } - char *pszItem = (char*)MALLOC(/*nBufLen*/32000); + char *pszItem = (char*)MALLOC(nBufLen); if (!pszItem) return false; *pszBuffer = '\0'; diff --git a/Plugins/InstallOptions.dll b/Plugins/InstallOptions.dll index 9671a014..57c03541 100644 Binary files a/Plugins/InstallOptions.dll and b/Plugins/InstallOptions.dll differ