commit | 1a08d1196ac4e8adfb6c90967ebdfe19c19e9310 | [log] [tgz] |
---|---|---|
author | U. Artie Eoff <ullysses.a.eoff@intel.com> | Fri Jan 17 12:22:50 2014 -0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Jan 19 22:07:22 2014 -0800 |
tree | abf75073efa0ab6600e4ccece1d59a72d0bd78b1 | |
parent | 107de96ba758228cb5814967d1cf642e042ab070 [diff] |
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>