Re: [PATCH wayland] Add a destroy signal to the wl_event_loop object.

2013-01-23 Thread David Herrmann
Hi Jason On Sat, Jan 12, 2013 at 4:01 AM, Jason Ekstrand wrote: > Add a destroy signal to the wl_event_loop object. > > --- > Again, this helps me prevent memory leaks. > > This time I used tabs ;-) > > src/event-loop.c| 21 ++ > src/wayland-server.h| 6 ++ > tes

Re: [PATCH wayland] Add a destroy signal to the wl_event_loop object.

2013-01-15 Thread Kristian Høgsberg
On Fri, Jan 11, 2013 at 09:01:47PM -0600, Jason Ekstrand wrote: > Add a destroy signal to the wl_event_loop object. > > --- > Again, this helps me prevent memory leaks. > > This time I used tabs ;-) Applied, with just a couple of tweaks to the commit message: - subject line doesn't end with a

[PATCH wayland] Add a destroy signal to the wl_event_loop object.

2013-01-11 Thread Jason Ekstrand
Add a destroy signal to the wl_event_loop object. --- Again, this helps me prevent memory leaks. This time I used tabs ;-) src/event-loop.c| 21 ++ src/wayland-server.h| 6 ++ tests/event-loop-test.c | 57 + 3 file