Re: compare entry with list
- From: Peter Bloomfield <peterbloomfield bellsouth net>
- To: gtk-app-devel-list gnome org
- Subject: Re: compare entry with list
- Date: Tue, 25 Jan 2005 23:10:15 +0000
On 01/25/2005 07:24:51 AM, Vinod Joseph wrote:
Hello Members
Please guide me why this operation fails logically for some
values at some times....
[ snip ]
const gchar *entry_text;
entry_text = gtk_entry_get_text (GTK_ENTRY (entry));
[ snip]
g_free(entry_text);
Perhaps because you're deallocating non-allocated memory?
Peter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]