Skip to content
Snippets Groups Projects
Commit 1b264af3 authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-7737 Fixed memory leak in Outfit Gallery

parent d775f9b6
No related branches found
No related tags found
No related merge requests found
......@@ -1215,6 +1215,7 @@ void LLOutfitGallery::uploadPhoto(LLUUID outfit_id)
upload_pending_name, callback, expected_upload_cost, nruserdata);
mOutfitLinkPending = outfit_id;
}
delete unit;
}
}
......
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