зеркало из https://github.com/mozilla/pjs.git
fix string leak in GetWindowsFolder r=dougt sr=sspitzer 103779
This commit is contained in:
Родитель
a94a0f8080
Коммит
7c7aaca10e
|
@ -201,7 +201,7 @@ static void GetWindowsFolder(int folder, nsFileSpec& outDirectory)
|
|||
pBuffer[len + 1] = '\0';
|
||||
|
||||
// Assign the directory
|
||||
outDirectory =strdup(pBuffer);
|
||||
outDirectory = pBuffer;
|
||||
|
||||
Clean:
|
||||
// Clean up.
|
||||
|
|
Загрузка…
Ссылка в новой задаче