You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a circular dependency between the device_impl and the
platform_impl, each holding a shared pointer to the other, which
prevents their destruction. The patch replaces the vector of shared
pointers in the platform_impl with a vector of weak_ptr.
Signed-off-by: Chris Perkins <[email protected]>
0 commit comments