Changeset: d99310d71085 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d99310d71085 Modified Files: gdk/gdk_logger.c Branch: Jun2023 Log Message:
Var nr_open_files should be decreased when closing. diffs (12 lines): diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c --- a/gdk/gdk_logger.c +++ b/gdk/gdk_logger.c @@ -1121,7 +1121,7 @@ log_close_output(logger *lg) close_stream(lg->current->output_log); } lg->current->output_log = NULL; - ATOMIC_INC(&lg->nr_open_files); + ATOMIC_DEC(&lg->nr_open_files); } static gdk_return _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org