/
index
/
herbe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e1df67a
)
Minor synchronization fix
author
Samuel Dudik
<redacted>
Fri, 14 Aug 2020 18:39:18 +0000
(20:39 +0200)
committer
Samuel Dudik
<redacted>
Fri, 14 Aug 2020 18:39:18 +0000
(20:39 +0200)
herbe.c
patch
|
blob
|
history
diff --git
a/herbe.c
b/herbe.c
index f1b1ca90390cdda5520fe5dfcaa48f12204a456d..6aa8dfcf41664a67744d4c010862e02dda30e34c 100644
(file)
--- a/
herbe.c
+++ b/
herbe.c
@@
-174,7
+174,6
@@
int main(int argc, char *argv[])
sem_post(mutex);
sem_close(mutex);
- sem_unlink("/herbe");
for (int i = 0; i < num_of_lines; i++)
free(words[i]);
@@
-186,4
+185,4
@@
int main(int argc, char *argv[])
XCloseDisplay(display);
exit(EXIT_SUCCESS);
-}
\ No newline at end of file
+}