Chet Haase 491189f6bb Fix garbage deref with DisplayList property structures
This is the real fix to issue 6158892. We currently delete
transform/camera structures at DisplayList destructor time, if these
structures are not NULL. We set the fields to NULL in an init() method
called (eventually) by the constructor. But it is possible for the object
to be destroyed before that init code is called, resulting in the deref
bug reported. The fi is to set these structures to NULL directly in the
constructor.

Issue 6158892i: Device runtime restarts frequently

Change-Id: Ibfa0f9314767eed6fd51f4ec7edc0d0edd5fdd0f
2012-03-13 11:42:34 -07:00
..
2011-09-16 12:00:05 -07:00
2012-02-22 14:34:58 -08:00
2012-03-02 13:37:47 -08:00
2011-10-12 14:11:32 -07:00
2011-12-12 20:35:21 -08:00
2011-12-12 20:35:21 -08:00
2011-10-12 13:48:51 -07:00
2012-02-07 18:22:07 -08:00
2011-12-12 18:14:06 -08:00