On Wed, 2013-05-15 at 08:35 +0200, Peter Meerwald wrote: > > > @@ -132,6 +135,7 @@ void pa_threaded_mainloop_free(pa_threaded_mainloop* m) { > > pa_cond_free(m->cond); > > pa_cond_free(m->accept_cond); > > > > + pa_xfree (m->name); > > pa_xfree(m); > > } > > nitpick: there's a whitespace inconsistency Thanks. One of these days, we really need to figure out an indent scrip that won't yell about existing inconsistencies, but will catch new ones. :) -- Arun