瀏覽代碼

Fix: warning: mutex '_aqm_m' is not held on every path through here [-Wthread-safety-analysis] (#1964)

Brenton Bostick 2 年之前
父節點
當前提交
1b59712c48
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      node/Switch.cpp

+ 1 - 0
node/Switch.cpp

@@ -642,6 +642,7 @@ void Switch::aqm_enqueue(void *tPtr, const SharedPtr<Network> &network, Packet &
 		}
 	}
 	if (!selectedQueue) {
+		_aqm_m.unlock();
 		return;
 	}