Skip to content
Snippets Groups Projects
Commit 200ad6dc authored by Alexei Arabadji's avatar Alexei Arabadji
Browse files

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
parent ee19ef54
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment