Weston: Free allocated cursors array when destroying
authorYan Wang <yan.wang@linux.intel.com>
Mon, 28 May 2012 06:07:25 +0000 (14:07 +0800)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 29 May 2012 13:53:42 +0000 (09:53 -0400)
commita261f7e6dc1029ce96b6ab3b7dadf8f88d4d9936
treeaf8db4e17a2ec65d80c0de1e4d4f0fff32e85db3
parent92a57db6f2fb54d70e5da00aaabc6af752ee07a2
Weston: Free allocated cursors array when destroying

This array is allocated in create_cursors(). It should be freed in
destroy_cursors().
clients/window.c