Re: GtkBox memory leak?
- From: "Havoc Pennington" <hp pobox com>
- To: "Matt Bucknall" <matt mattbucknall com>
- Cc: gtk-devel-list gnome org
- Subject: Re: GtkBox memory leak?
- Date: Sat, 25 Oct 2008 21:41:22 -0400
Hi,
On Sat, Oct 25, 2008 at 6:32 PM, Matt Bucknall <matt mattbucknall com> wrote:
> 'gtk_box_forall' passing gtk_widget_destroy as the callback to destroy all
> the container's child widgets. What I cannot see is how, in the latter case,
> all the GtkBoxChild objects associated with the child widgets are destroyed.
> Is there some hidden mechanism at play here, or is there a bug?
The 'destroy' signal probably results in a gtk_container_remove, thus
freeing the box children.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]