Re: Unable to get all child widgets



"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]