Re: [PATCH 1/2] Properly dispose event sources and event loops

2012-03-28 Thread Kristian Hoegsberg
On Wed, Mar 28, 2012 at 10:36:09PM +0200, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl Very nice clean up, thanks. I moved the inline variable declaration in evdev_add_devices() (const char *sysname) up alongside const char *path; Other than that, applied as is Kristian > --- > src/compos

[PATCH 1/2] Properly dispose event sources and event loops

2012-03-28 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- src/compositor-drm.c | 10 +++--- src/compositor.c |4 src/evdev.c | 22 +++--- src/tty.c|3 +++ 4 files changed, 33 insertions(+), 6 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c