iphlpapi: Fix FILE leak in get_ipv6_addr_scope_table() (Coverity).

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Józef Kucia 2018-09-11 13:01:23 +02:00 committed by Alexandre Julliard
parent bc33dbcc12
commit be3a3ad825
1 changed files with 2 additions and 0 deletions

View File

@ -2686,6 +2686,8 @@ static struct ipv6_addr_scope *get_ipv6_addr_scope_table(unsigned int *size)
entry->scope = htons(scope);
}
fclose(fp);
}
#else
FIXME( "not implemented\n" );