|
From: | Richard Henderson |
Subject: | Re: [PATCH v3] win32: set threads name |
Date: | Fri, 30 Sep 2022 07:09:55 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
On 9/30/22 07:03, marcandre.lureau@redhat.com wrote:
+static bool +set_thread_description(HANDLE h, const char *name) +{ + HRESULT hr; + g_autofree wchar_t *namew = NULL; + + if (!load_set_thread_description()) { + return false; + }
I don't understand why you're retaining this. What is your logic? r~
[Prev in Thread] | Current Thread | [Next in Thread] |