DescriptionThe gChildren SkTArray static member variable of the SkInstanceCountHelper classes was being deleted before the exitPrint call was invoked. This patch makes the gChildren member a pointer to an SkTArray so the memory can be cleaned up after the atexit call to exitPrint.
Patch Set 1 #
MessagesTotal messages: 3
|