commit | 402c34649f514669517c2208e35caa58ff8bb2b9 | [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 | aabdf56e5b05fceebb44c76376344ac1fbc55051 | |
parent | a6b40ba521d5c2fc23da74015531bd4ed8657921 [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.