Commit be3a3ad8 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

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

parent bc33dbcc
......@@ -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" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment