Skip to content

Commit

Permalink
Update log_proxy.c
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab authored Aug 6, 2021
1 parent 208cb39 commit 9b97aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log_proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ gpointer management_thread(gpointer data) {
every_second();
g_mutex_unlock(mutex);
}
g_io_channel_shutdown(in);
g_io_channel_shutdown(in, TRUE, NULL);
}

void init_or_reinit_output_channel(const gchar *lg_file, gboolean us_locks) {
Expand Down

0 comments on commit 9b97aea

Please sign in to comment.