intel / wds

Wireless Display Software For Linux OS (WDS)
https://01.org/wds
GNU Lesser General Public License v2.1
511 stars 104 forks source link

network: cancel timeouts when releasing the timer #112

Closed michaelolbrich closed 9 years ago

michaelolbrich commented 9 years ago

Otherwise these timers will never be canceled and may be executed after the object ist deleted. Also drop the check in OnTimeout(). The timeout is canceled, so OnTimeout() is never called for a released timer.

This is a followup patch for 85d82e90857d509c7da2ec7fa95feae233848479 which did not fix all possible race conditions.

pozdnyakov commented 9 years ago

lgtm