aboutsummaryrefslogtreecommitdiffstats
path: root/P2/src/mapreduce.c
diff options
context:
space:
mode:
Diffstat (limited to 'P2/src/mapreduce.c')
-rw-r--r--P2/src/mapreduce.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/P2/src/mapreduce.c b/P2/src/mapreduce.c
index 962a9ca..290c1c5 100644
--- a/P2/src/mapreduce.c
+++ b/P2/src/mapreduce.c
@@ -77,5 +77,6 @@ int main(int argc, char *argv[]) {
// wait for all children to complete execution
while (wait(&status) > 0);
+ closeQueue();
return 0;
} \ No newline at end of file