We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8791f72 commit 1cf0caaCopy full SHA for 1cf0caa
1 file changed
photon.cpp
@@ -131,6 +131,7 @@ int fini() {
131
for (auto h : get_hook_vector()) {
132
h.fire();
133
}
134
+ get_hook_vector().clear();
135
#ifdef __linux__
136
FINI_IO(LIBAIO, libaio_wrapper)
137
FINI_IO(SOCKET_EDGE_TRIGGER, et_poller)
0 commit comments