diff options
Diffstat (limited to 'common/log.c')
| -rw-r--r-- | common/log.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/log.c b/common/log.c index 54dfaa29..d7594d67 100644 --- a/common/log.c +++ b/common/log.c @@ -284,6 +284,7 @@ internalReadConfiguration(const char *inFilename, const char *applicationName)      if (ret != LOG_STARTUP_OK)      { +        g_file_close(fd);          return ret;      } @@ -301,6 +302,7 @@ internalReadConfiguration(const char *inFilename, const char *applicationName)      if (ret != LOG_STARTUP_OK)      { +        g_file_close(fd);          return ret;      } | 
