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>
This commit is contained in:
parent
bc33dbcc12
commit
be3a3ad825
|
@ -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" );
|
||||
|
|
Loading…
Reference in New Issue