mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
removed HeapFree because of unexpected behaviour
svn path=/trunk/; revision=18515
This commit is contained in:
parent
112bfa79a1
commit
d3618b8394
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@ static void AddEntryToList(HWND hwndLV, LPTSTR Name, DWORD dwValType, void* ValB
|
|||
break;
|
||||
}
|
||||
}
|
||||
HeapFree(GetProcessHeap(), 0, linfo);
|
||||
}
|
||||
|
||||
static BOOL CreateListColumns(HWND hWndListView)
|
||||
|
|
Loading…
Reference in a new issue