DescriptionFix a memory leak in SkBitmapHeap.
When I switched fLookupTable to be an array of pointers, I did not
delete those pointers when I was done with them. Do it now.
Also modify SkTDArray::deleteAll to call SkDELETE instead of delete.
Committed: https://code.google.com/p/skia/source/detail?r=5137
Patch Set 1 #
Total comments: 3
Patch Set 2 : Use SkTDArray::deleteAll, and change it to use SkDELETE #
MessagesTotal messages: 5
|