{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1742002745,"commit_time":1742076072,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"6b143d9cc13fcd208480f678dfd06bf97bde4998","message":"asyn-thread: drop `free()` on non-heap address\n\nseen with mingw-w64 gcc 14.2.0 while playing with other modifications:\n```\nlib/asyn-thread.c: In function 'init_resolve_thread':\nlib/asyn-thread.c:447:5: warning: 'free' called on pointer 'data' with nonzero offset 3264 [-Wfree-nonheap-object]\n  447 |     free(td);\n      |     ^~~~~~~~\n```\n\nWhere `td` is:\n```c\n  struct thread_data *td = &data->state.async.thdata;\n```\n\nFollow-up to d9fc64d3ab289a84548e952183d7eba79ccc846e #16241\nCloses #16734\n","parents":["ebce3f0c02a78c1b440516654ad2d3a91dffa2fc"],"tree_hash":"fdcc5f50d489ecfb8bdd8ebc39c41faf75726a02"}