summaryrefslogtreecommitdiff
path: root/indra/newview/llmediactrl.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-09-21 17:41:53 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-09-21 17:41:53 +0300
commit81ef82840db65fd873b96ed428bbb2684a40ee2a (patch)
tree4adc599a4c5ebad0cd43a89bb90188ce4041e959 /indra/newview/llmediactrl.cpp
parentd0bc4fc5e656b07308fe5fe0dc99ed78c00efd78 (diff)
STORM-166 FIXED Memory leak in LLSelectNode constructor.
Submitting on behalf of Thickbrick Sleaford. One of the LLSelectNode constructors has a leak where it does "new LLPermisions()" twice, thus leaking the address of the first object created. This constructor is called every time you interact (click, hover, select, possibly other) with an object, once for each prim in the object. Since sizeof(LLPermissions) is 92 bytes, this can be a significant amount after a while. I think this might explain VWR-18528 (leaking LLpemissions instances), at least partially. This was fixed in snowglobe 1.x as part of SNOW-267.
Diffstat (limited to 'indra/newview/llmediactrl.cpp')
0 files changed, 0 insertions, 0 deletions