Re: compare entry with list
- From: Vinod Joseph <diana vinod gmail com>
- To: Peter Bloomfield <peterbloomfield bellsouth net>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: compare entry with list
- Date: Wed, 26 Jan 2005 13:23:19 +0900
Hi
On Tue, 25 Jan 2005 23:10:15 +0000, Peter Bloomfield
<peterbloomfield bellsouth net> wrote:
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?
######### Does not affect operation.......g_free() works after my for
loop and there is no change in operation with that.....
- Vinod
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]