Disable clearing ub_fd too (for windows)

This commit is contained in:
Willem Toorop 2016-01-12 16:43:25 +01:00
parent 2a6318afd2
commit 61c0a51ec5
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ getdns_sync_loop_cleanup(getdns_sync_loop *loop)
{
getdns_eventloop *ext = &loop->loop.loop;
#ifdef HAVE_LIBUNBOUND
#if defined(HAVE_LIBUNBOUND) && !defined(USE_WINSOCK)
ext->vmt->clear(ext, &loop->ub_event);
#endif
ext->vmt->cleanup(ext);