[RESEND PATCH 3/3] drm: Destroy property blobs at mode config cleanup time

2013-04-17 Thread Laurent Pinchart
Hi Daniel, On Tuesday 16 April 2013 21:06:43 Daniel Vetter wrote: > On Tue, Apr 16, 2013 at 01:12:21PM +1000, Dave Airlie wrote: > > On Mon, Apr 15, 2013 at 11:37 PM, Laurent Pinchart wrote: > > > Property blob objects need to be destroyed when cleaning up to avoid > > > memory leaks. Go through

[RESEND PATCH 3/3] drm: Destroy property blobs at mode config cleanup time

2013-04-16 Thread Daniel Vetter
On Tue, Apr 16, 2013 at 01:12:21PM +1000, Dave Airlie wrote: > On Mon, Apr 15, 2013 at 11:37 PM, Laurent Pinchart > wrote: > > Property blob objects need to be destroyed when cleaning up to avoid > > memory leaks. Go through the list of all blobs in

[RESEND PATCH 3/3] drm: Destroy property blobs at mode config cleanup time

2013-04-16 Thread Dave Airlie
On Mon, Apr 15, 2013 at 11:37 PM, Laurent Pinchart wrote: > Property blob objects need to be destroyed when cleaning up to avoid > memory leaks. Go through the list of all blobs in the > drm_mode_config_cleanup() function and destroy them. > > The

[RESEND PATCH 3/3] drm: Destroy property blobs at mode config cleanup time

2013-04-16 Thread Laurent Pinchart
Property blob objects need to be destroyed when cleaning up to avoid memory leaks. Go through the list of all blobs in the drm_mode_config_cleanup() function and destroy them. The drm_mode_config_cleanup() function needs to be moved after the drm_property_destroy_blob() declaration. Move

Re: [RESEND PATCH 3/3] drm: Destroy property blobs at mode config cleanup time

2013-04-16 Thread Daniel Vetter
On Tue, Apr 16, 2013 at 01:12:21PM +1000, Dave Airlie wrote: On Mon, Apr 15, 2013 at 11:37 PM, Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com wrote: Property blob objects need to be destroyed when cleaning up to avoid memory leaks. Go through the list of all blobs in the

Re: [RESEND PATCH 3/3] drm: Destroy property blobs at mode config cleanup time

2013-04-16 Thread Laurent Pinchart
Hi Daniel, On Tuesday 16 April 2013 21:06:43 Daniel Vetter wrote: On Tue, Apr 16, 2013 at 01:12:21PM +1000, Dave Airlie wrote: On Mon, Apr 15, 2013 at 11:37 PM, Laurent Pinchart wrote: Property blob objects need to be destroyed when cleaning up to avoid memory leaks. Go through the list

[RESEND PATCH 3/3] drm: Destroy property blobs at mode config cleanup time

2013-04-15 Thread Laurent Pinchart
Property blob objects need to be destroyed when cleaning up to avoid memory leaks. Go through the list of all blobs in the drm_mode_config_cleanup() function and destroy them. The drm_mode_config_cleanup() function needs to be moved after the drm_property_destroy_blob() declaration. Move

Re: [RESEND PATCH 3/3] drm: Destroy property blobs at mode config cleanup time

2013-04-15 Thread Dave Airlie
On Mon, Apr 15, 2013 at 11:37 PM, Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com wrote: Property blob objects need to be destroyed when cleaning up to avoid memory leaks. Go through the list of all blobs in the drm_mode_config_cleanup() function and destroy them. The