compositor-wayland: don't free unallocated memory
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Fri, 17 Jan 2014 20:22:50 +0000 (12:22 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 20 Jan 2014 06:07:22 +0000 (22:07 -0800)
commit1a08d1196ac4e8adfb6c90967ebdfe19c19e9310
treeabf75073efa0ab6600e4ccece1d59a72d0bd78b1
parent107de96ba758228cb5814967d1cf642e042ab070
compositor-wayland: don't free unallocated memory

Assigning a string constant (i.e. memory that we didn't allocate)
to a char* pointer and then freeing that pointer is bad news.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/compositor-wayland.c