Commit 2bcc3c16 authored by Thomas Jarosch's avatar Thomas Jarosch Committed by Stephen Hemminger

Fix pipe I/O stream descriptor leak in init_service_resolver()

Detected by cppcheck.
Signed-off-by: default avatarThomas Jarosch <thomas.jarosch@intra2net.com>
parent a22e9295
......@@ -518,6 +518,7 @@ void init_service_resolver(void)
}
}
}
pclose(fp);
}
}
......
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