mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[BROWSEUI]
- Fix a crash that can happen under weird circumstances. - Part of the work submitted by Sylvain Deverre. CORE-10838 svn path=/trunk/; revision=71472
This commit is contained in:
@@ -172,6 +172,7 @@ HRESULT STDMETHODCALLTYPE CTravelEntry::Update(IUnknown *punk, BOOL fIsLocalAnch
|
||||
GetToolTipText(punk, wch);
|
||||
TRACE("Updating entry with display name: %S\n", wch);
|
||||
|
||||
ZeroMemory(&windowData, sizeof(WINDOWDATA));
|
||||
ILFree(fPIDL);
|
||||
fPIDL = NULL;
|
||||
GlobalFree(fPersistState);
|
||||
|
||||
Reference in New Issue
Block a user