Skip to content
  • Patrick Ohly's avatar
    eas-logger: fixed file leak · 4413cfd7
    Patrick Ohly authored
    Found by cppcheck: when using log level G_LOG_LEVEL_ERROR in combination
    with a debug file, the file was opened, not used and not closed.
    
    Not sure what the intended result is. At least let's close the file.
    4413cfd7