Re: [2/3] appwiz.cpl: Read uninstallable applications from registry, add to list.
July 11, 2008
3: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
July 2008
3: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/
6467
Age (days ago)
6467
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Owen Rudge