removed HeapFree because of unexpected behaviour

svn path=/trunk/; revision=18515
This commit is contained in:
Christoph von Wittich 2005-10-17 12:23:19 +00:00
parent 112bfa79a1
commit d3618b8394

View file

@ -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)