This commit is contained in:
gabi 2014-10-29 00:14:54 +02:00
parent ae9d88dbb3
commit cda4b9b4d5
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public:
void close() void close()
{ {
std::fclose(_fd); std::fclose(_fd);
_fd = nullptr;
} }
void write(const log_msg& msg) void write(const log_msg& msg)