Re: RegDeleteTree [5]
18 May
2007
18 May
'07
5:42 p.m.
Hi Stefan, + if (ret) return ret; + + ret = RegDeleteTreeW(hSubKey, lpszName); + if (ret) return ret; you've followed James's advice, but now you leak hSubKey (when it isn't hKey) and lpszName (when it isn't szNameBuf.) A goto would be better. --Juan ____________________________________________________________________________________Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&c...
6874
Age (days ago)
6874
Last active (days ago)
0 comments
1 participants
participants (1)
-
Juan Lang