Don't leak string. (#132482, Christian Persch)
Wed Jan 28 21:40:47 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func): Don't leak string. (#132482, Christian Persch)
This commit is contained in:
parent
bab85e9e8e
commit
4f67285651
@ -1,3 +1,8 @@
|
||||
Wed Jan 28 21:40:47 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
|
||||
Don't leak string. (#132482, Christian Persch)
|
||||
|
||||
Tue Jan 27 18:45:47 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jan 28 21:40:47 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
|
||||
Don't leak string. (#132482, Christian Persch)
|
||||
|
||||
Tue Jan 27 18:45:47 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jan 28 21:40:47 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
|
||||
Don't leak string. (#132482, Christian Persch)
|
||||
|
||||
Tue Jan 27 18:45:47 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jan 28 21:40:47 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
|
||||
Don't leak string. (#132482, Christian Persch)
|
||||
|
||||
Tue Jan 27 18:45:47 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jan 28 21:40:47 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
|
||||
Don't leak string. (#132482, Christian Persch)
|
||||
|
||||
Tue Jan 27 18:45:47 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
|
||||
|
@ -688,6 +688,8 @@ gtk_entry_completion_action_data_func (GtkTreeViewColumn *tree_column,
|
||||
"markup", NULL,
|
||||
"text", string,
|
||||
NULL);
|
||||
|
||||
g_free (string);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user