Commit a54cca76 authored by jan.koester's avatar jan.koester
Browse files

test

parent 42eb6042
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ namespace netplus {
            con* raw_ptr = reinterpret_cast<con*>(_Events[pos].udata);
            if (!raw_ptr) return;

            std::unique_ptr<con> ccon;
            std::shared_ptr<con> ccon;

            {
                std::lock_guard<std::mutex> global_lock(POLL_HANDLER_MUTEX);