Re: [PATCH weston 0/3] Fix invalid memory access during de-init

2018-08-10 Thread Pekka Paalanen
On Wed, 8 Aug 2018 12:59:45 +0300 Pekka Paalanen wrote: > On Tue, 7 Aug 2018 19:05:01 +0530 > Harsha M M wrote: > > > valgrind reports several invalid memory access during shutdown of > > weston. In general problem is with components which do not remove > > the signals added using

Re: [PATCH weston 0/3] Fix invalid memory access during de-init

2018-08-08 Thread Pekka Paalanen
On Tue, 7 Aug 2018 19:05:01 +0530 Harsha M M wrote: > valgrind reports several invalid memory access during shutdown of > weston. In general problem is with components which do not remove > the signals added using wl_signal_emit, but free their memory. > > This patch series fixes invalid memory