Podcast: thread safety fixes
Variables callback can be (and usually are) invoked from other threads. They cannot access the object without locking, and must be unregistered before the object is destroyed (var_DelCallback() -> free(p_sys)).
Showing
Please register or sign in to comment