@@ -72,13 +72,14 @@ } bool of_thread_detach(of_thread_t thread) { - /* FIXME */ + CloseHandle(thread); + return true; } void of_thread_set_name(const char *name) { }