Chromium Code Reviews| Index: src/core/SkRefDict.cpp |
| =================================================================== |
| --- src/core/SkRefDict.cpp (revision 8291) |
| +++ src/core/SkRefDict.cpp (working copy) |
| @@ -59,6 +59,7 @@ |
| } else { |
| fImpl = rec->fNext; |
| } |
| + delete rec; |
|
reed1
2013/03/21 14:21:52
yikes. Do we have a unittest to make sure that thi
robertphillips
2013/03/21 17:40:21
Yes - this was found in the RefDict test.
|
| } |
| return; |
| } |