Re: Unable to get all child widgets
- From: Havoc Pennington <hp redhat com>
- To: "Dugas, Alan" <alan dugas analog com>
- Cc: gtk-app-devel-list gnome org, gtk-list gnome org
- Subject: Re: Unable to get all child widgets
- Date: 21 Sep 2000 00:13:06 -0400
"Dugas, Alan" <alan dugas analog com> writes:
g_free(widget_list);
Use g_list_free(widget_list), the above line corrupts memory so could
cause all sorts of fun effects.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]