commit:     55016da893988a38b62fb81fb2baacc5b313cb30
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 16:09:39 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 16:09:39 2025 +0000
URL:        https://gitweb.gentoo.org/proj/steve.git/commit/?id=55016da8

Clear all lists in steve_destroy()

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 steve.cxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/steve.cxx b/steve.cxx
index 482ac86..555a0ba 100644
--- a/steve.cxx
+++ b/steve.cxx
@@ -133,6 +133,8 @@ static void steve_destroy(void *userdata)
        steve_state *state = static_cast<steve_state *>(userdata);
 
        state->read_waiters.clear();
+       state->poll_waiters.clear();
+       state->processes.clear();
 }
 
 static void steve_open(fuse_req_t req, struct fuse_file_info *fi)

Reply via email to