summaryrefslogtreecommitdiff
path: root/econfind.c
diff options
context:
space:
mode:
Diffstat (limited to 'econfind.c')
-rw-r--r--econfind.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/econfind.c b/econfind.c
index 88bbbd3..fdda71e 100644
--- a/econfind.c
+++ b/econfind.c
@@ -70,6 +70,8 @@ main(int argc, char *argv[])
printf("\n");
}
+ close(cfd);
+ close(sfd);
+
return 0;
}
-