Skip to content

3261885 - Prevent Recursion memory leak

Nate Andersen requested to merge issue/js_entity-3261885:8.x-1.x into 8.x-1.x

This checks if an entity is already included in the cache tags before including its cache tags and trying to recursively call the function on it. This prevents needlessly repeating calls, and recursive memory leak.

Merge request reports