Re: [PATCH weston v6 11/12] Enforce destruction of all backend config objects after initialization

2016-04-18 Thread Pekka Paalanen
On Sun, 17 Apr 2016 17:22:50 +0300 Giulio Camuffo wrote: > Maybe it would make sense to squash this too, but either way: > Reviewed-by: Giulio Camuffo > > 2016-04-16 6:28 GMT+03:00 Bryce Harrington : > > Since the backend

Re: [PATCH weston v6 11/12] Enforce destruction of all backend config objects after initialization

2016-04-17 Thread Giulio Camuffo
Maybe it would make sense to squash this too, but either way: Reviewed-by: Giulio Camuffo 2016-04-16 6:28 GMT+03:00 Bryce Harrington : > Since the backend config struct versioning implies that there we expect > potential future descrepancy between

[PATCH weston v6 11/12] Enforce destruction of all backend config objects after initialization

2016-04-15 Thread Bryce Harrington
Since the backend config struct versioning implies that there we expect potential future descrepancy between main's definition of the config object and the backend's, don't allow the backend to hang onto the config object outside the initialization scope. Signed-off-by: Bryce Harrington