Re: memory leaks



>
>I am using a notebook with several pages, each page is packed with n_ widgets,
>  each time I switch between pages I want the container of pages I am switch f
>rom and all its children to be destroyed or un referenced if you prefer.

then you'll have to do this explicitly by removing it from the
notebook, which should reduce its reference count to zero and thus
destroy it. 

just switching pages won't accomplish this.

--p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]