Skip to content
Snippets Groups Projects
Commit 291b58b6 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Add free file descriptor

Coverity scan #742132 (resource leak)
parent 87d0cc4c
No related branches found
No related tags found
No related merge requests found
......@@ -676,6 +676,8 @@ int zone_read(const char *name, const char *zonefile, const char *outfile,
}
free(crc_path);
}
close(fd);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment