Skip to content
Snippets Groups Projects
Commit 4093d5b1 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-575: Use llsdutil.h functions for LLFloaterLandHoldings LLSD

LLFloaterLandHoldings::postBuild() was constructing an LLSD structure by
assigning each map entry and array element one at a time. Chorazinallen
identified a crash bug possibly caused by destroying that LLSD structure.
Diagnostically try building it using nested llsd::map() and llsd::array()
calls instead to see if that improves matters.
parent aa112ef1
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