commit | 40b7f6e0433b89c27b2fe5a1c0c47f67b42eceb2 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Apr 14 18:21:47 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Apr 16 12:29:34 2009 -0700 |
tree | efdf0c303042db3b153c433dc7b7b13a881f2f75 | |
parent | 4243e666213029a293935987c979831093fb0779 [diff] |
fix some issues with Surface's lifetime management. To deal with Java's lack of destructors and delayed garbage collection, we used to duplicate Surface.cpp objects in some case; this caused some issues because Surface is supposed to be reference-counted and unique.