index
:
econ
master
Protocol implementation and utils for Epson-Beamer network projection
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
econfind.c
4
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;
}
-