Fix the issue of incorrect linkid calculation due to a lack of judgment on the current type.
Signed-off-by: Zhaoyi <zhaoyi(a)uniontech.com>
--
v10: comctl32/tests: Add a test case to get syslinkid.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3114
On Sat Jul 8 07:23:37 2023 +0000, Rémi Bernon wrote:
> You should only call `WindowsDeleteString` if the refcount gets to 0
> (and then you should also free the hostname, which I also missed).
Yeah, sorry for missing that. I've just been very burned out with life in general.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3249#note_38470
On Mon Jul 10 01:45:21 2023 +0000, Zhao Yi wrote:
> Thank you for reviewing my code and I will fix the above issue later.
There is no need to rush this. Please take your time to carefully review the code by yourself before submitting it for review. Look out for coding style issues and review each line you've changed. Overall, the fix looks good. Thanks for your work.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3114#note_38455