From 0cab51b68bd1a8a5f6347be04d3ebef26cf9e1f7 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Wed, 21 Jan 2015 18:53:39 -0600 Subject: [PATCH] Add proper file log closing to eq_launch --- eqlaunch/eqlaunch.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eqlaunch/eqlaunch.cpp b/eqlaunch/eqlaunch.cpp index db737e9a5..76c9b48d1 100644 --- a/eqlaunch/eqlaunch.cpp +++ b/eqlaunch/eqlaunch.cpp @@ -177,6 +177,8 @@ int main(int argc, char *argv[]) { delete zone->second; } + Log.CloseFileLogs(); + return 0; }