summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os/log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/log.c b/os/log.c
index d18f9b3aa..76b6b84a1 100644
--- a/os/log.c
+++ b/os/log.c
@@ -177,7 +177,6 @@ LogInit(const char *fname, const char *backup)
char *logFileName = NULL;
if (fname && *fname) {
- /* malloc() can't be used yet. */
logFileName = malloc(strlen(fname) + strlen(display) + 1);
if (!logFileName)
FatalError("Cannot allocate space for the log file name\n");