commit | b303a1d3fcb4d7dde855b3e4babf27a8ab202046 | [log] [tgz] |
---|---|---|
author | Tiago Vignatti <tiago.vignatti@intel.com> | Sun Dec 18 22:27:40 2011 +0200 |
committer | Tiago Vignatti <tiago.vignatti@intel.com> | Sun Dec 18 22:27:40 2011 +0200 |
tree | d30bf87aad5f09847301599417bbb67da3933f32 | |
parent | 7bb92f0c0309d7487c5275b4171ed28bfacd96ac [diff] |
compositor: use wl_list_for_each_safe when destroying output Was causing an invalid read when the output is in fact destroyed. That's only visible (segfault on my machine) on drm compositor because it's the only backend trying to finish correct the compositor. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>