-
- Downloads
EXT-8303 FIXED [crashhunters] Crash in inventory_offer_mute_callback
Details: Instead of copying shared pointer, raw pointer was used, that cause crash, since notification responder object was accessed after it was destroyed. Replaced usage copying of raw pointer instead of copying shared pointer of notification responder object, that should live after notification destroyed. --HG-- branch : product-engine
Loading
Please register or sign in to comment