Fixed warnings

This commit is contained in:
gabime
2025-01-17 17:39:03 +02:00
parent 82358e8ebe
commit 8736ee28e0
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ async_sink::async_sink(config async_config)
});
}
async_sink::~async_sink() {
try {
q_->enqueue(async_log_msg(async_log_msg::type::terminate));