removed HeapFree because of unexpected behaviour
Modified: trunk/reactos/subsys/system/regedit/listview.c
--- trunk/reactos/subsys/system/regedit/listview.c 2005-10-17 12:07:49 UTC (rev 18514) +++ trunk/reactos/subsys/system/regedit/listview.c 2005-10-17 12:23:19 UTC (rev 18515) @@ -242,7 +242,6 @@
break; } }
- HeapFree(GetProcessHeap(), 0, linfo);
} static BOOL CreateListColumns(HWND hWndListView)