Fix crashes on stack shutdown
During stack shutdown, Unregister would sometimes get called after the stack is already cleaned up, and the AdvertiseManager::Get would crash on null check assertion. Ensure that stack is initialized before Unregister call. Bug: 37888261 Test: none Change-Id: I7a4bbcd24ec7d24d21d04fe842985baaac899321
Loading
Please register or sign in to comment