mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36: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:
parent
19ee935a70
commit
1764bca67a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue