Fix a possible null pointer crash in FILEDLG95_LOOKIN_Init.
This commit is contained in:
parent
cbe0e499df
commit
a56d40f490
|
@ -2366,9 +2366,9 @@ static HRESULT FILEDLG95_LOOKIN_Init(HWND hwndCombo)
|
||||||
}
|
}
|
||||||
IEnumIDList_Release(lpeRoot);
|
IEnumIDList_Release(lpeRoot);
|
||||||
}
|
}
|
||||||
|
IShellFolder_Release(psfRoot);
|
||||||
}
|
}
|
||||||
|
|
||||||
IShellFolder_Release(psfRoot);
|
|
||||||
COMDLG32_SHFree(pidlDrives);
|
COMDLG32_SHFree(pidlDrives);
|
||||||
return NOERROR;
|
return NOERROR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue