Files
UnrealEngineUWP/Engine/Source/Runtime/SlateCore/Private
Joe Tidmarsh 27bee786ad Fixed mem leak in FSlateBatchData that can occur when a batch has no vertex or index data.
ElementBatches with no vertex data were not being added to the RenderBatches and therefore the ArrayIndices were never returned to their respective freelists.

#codereview Matt.Kuhlenschmidt

[CL 2696868 by Joe Tidmarsh in Main branch]
2015-09-18 06:48:44 -04:00
..