Re: Would this leak be inside gtk?
- From: David NeÄas <yeti physics muni cz>
- To: Edscott Wilson <edscott wilson garcia gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Would this leak be inside gtk?
- Date: Wed, 23 Jan 2013 18:24:13 +0100
On Wed, Jan 23, 2013 at 10:41:54AM -0600, Edscott Wilson wrote:
I conclude this is a gtk memory leak. It occurs when calling
gtk_combo_box_new_with_entry(), Apparently, when the dialog that contains
the combo box is destroyed, the GList "visible_children" in file
gtkcombobox.c is not being cleansed of the pointer to the child widget,
entry. The leak does not occur if plain gtk_combo_box_new() is used
instead. Correct me if I'm wrong.
Whether gtk_combo_box_get_path_for_child() can be called with a visible
child different from those enumerated there (the only way a leak can
occur) I cannot tell.
In any case, any suspected leak that goes through GSlice should be first
reproduced with G_SLICE=always-malloc -- and you find it real, a bug
report is much better than suppression...
Yeti
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]