[vlc-devel] commit: Fix release of chroma module in vout core. Istill get an " object is not (Antoine Cellerier )

Antoine Cellerier dionoea at videolan.org
Mon Jun 23 09:46:36 CEST 2008


On Mon, Jun 23, 2008, Remi Denis-Courmont wrote:
> 
> On Sun, 22 Jun 2008 23:06:35 +0200 (CEST), git at videolan.org (git version
> control) wrote:
> > vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Jun
> > 22 23:08:29 2008 +0200| [3333b45a525dc2f8f2645fa51280743cced63c56]
> > 
> > Fix release of chroma module in vout core. I still get an "object is not
> > attached" on vlc_object_detach although the object was attached
> > previously ... what could that be due to?
> 
> Either it is detached twice, or the error refers to another object (or
> there is a very weird bug in the objects core).

I added a if( p_this->i_object_type == VLC_OBJECT_FILTER ) abort(); in
vlc_object_detach() and it only was called once ... with p_parent set to
NULL. (The object is clearly attached at creation ... in fact if you
detach right after creation it works fine)

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list