On 9/30/22 07:03, [email protected] 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~
