Don't bother destroying resources after sending an error
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 7 Aug 2014 20:43:12 +0000 (16:43 -0400)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 8 Aug 2014 21:57:17 +0000 (14:57 -0700)
commitc91408f3fb7e9a98e787e9f7e370b0298083431b
tree3751f5bc1fc74f67c89632ee335442e817b3f62e
parent0013a29d5e8e9d25e8b3c5c6d672489ae4d7e943
Don't bother destroying resources after sending an error

An error makes the client exit, which cleans up the resources anyway.

Note (Jason Ekstrand):
This is safe for two reasons.  First, we should be handling object
destruction nicely anyway.  Second, in each of these cases, the resources
don't have any implementation or destruction set so it has absolutely no
effect on the rest of weston whether we destroy it now or later.
desktop-shell/input-panel.c
desktop-shell/shell.c
src/screenshooter.c
src/text-backend.c