Re: [2/3] appwiz.cpl: Read uninstallable applications from registry, add to list.
11 Jul
2008
11 Jul
'08
8:49 p.m.
Owen Rudge wrote: + while (iter) + { + if (iter->title) + HeapFree(hHeap, 0, iter->title); + + if (iter->path) + HeapFree(hHeap, 0, iter->path); + + if (iter->icon) + HeapFree(hHeap, 0, iter->icon); + + if (iter->publisher) + HeapFree(hHeap, 0, iter->icon); + + if (iter->version) + HeapFree(hHeap, 0, iter->icon); + + next = iter->next; + HeapFree(hHeap, 0, iter); + iter = next; + } Seems to be a copy-paste
11 Jul
11 Jul
8:55 p.m.
New subject: [2/3] appwiz.cpl: Read uninstallable applications from registry, add to list.
Seems to be a copy-paste
Well spotted, apparently both my mentor and I managed to miss this! Shall get that sorted now... -- Owen Rudge http://www.owenrudge.net/
6373
Age (days ago)
6373
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Owen Rudge