summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/ddb/ddb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ddb/ddb.c b/sbin/ddb/ddb.c
index f5c5dd0..901d494 100644
--- a/sbin/ddb/ddb.c
+++ b/sbin/ddb/ddb.c
@@ -96,6 +96,7 @@ ddb_readfile(char *filename)
#endif
ddb_main(argc, argv);
}
+ fclose(f);
}
void
OpenPOWER on IntegriCloud