commit | 71f6f3b04c51cdb45c70ddcea8b3e621a39847df | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Wed Oct 10 12:49:26 2012 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 10 21:38:35 2012 -0400 |
tree | f4f858fe1636f3c9b24abe18d3b5214db806cfae | |
parent | 8e159180cc2cb149399b20300cbed106e298241f [diff] |
shell: do not double-init a region weston_surface_create() already inits the opaque region, so the second init in create_black_surface() is logically wrong. Whether this was a memory leak or not, depends on Pixman internals. Fini before initing again. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>