mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
shell32: Fix a leak in the ebrowser travellog (Valgrind).
This commit is contained in:
parent
f6ce8b7196
commit
8cf1200fff
@ -181,6 +181,7 @@ static void travellog_remove_entry(ExplorerBrowserImpl *This, travellog_entry *e
|
||||
TRACE("Removing %p\n", entry);
|
||||
|
||||
list_remove(&entry->entry);
|
||||
ILFree(entry->pidl);
|
||||
HeapFree(GetProcessHeap(), 0, entry);
|
||||
This->travellog_count--;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user