Kaynağa Gözat

tools/starpu_tasks_rec_complete.c: close input file

Nathalie Furmento 8 yıl önce
ebeveyn
işleme
acdd1b334a
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      tools/starpu_tasks_rec_complete.c

+ 5 - 0
tools/starpu_tasks_rec_complete.c

@@ -174,6 +174,11 @@ int main(int argc, char *argv[])
 		fprintf(output, "%s", s);
 	}
 
+	if (fclose(input))
+	{
+		fprintf(stderr, "couldn't close input: %s\n", strerror(errno));
+		exit(EXIT_FAILURE);
+	}
 	if (fclose(output))
 	{
 		fprintf(stderr, "couldn't close output: %s\n", strerror(errno));