- 14 2月, 2017 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, vadim, skoivu
-
- 22 3月, 2012 1 次提交
-
-
由 dbuck 提交于
Summary: Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes. Reviewed-by: prr, flar
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-