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:
Matthias Clasen 2004-01-28 20:39:46 +00:00 committed by Matthias Clasen
parent bab85e9e8e
commit 4f67285651
6 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -688,6 +688,8 @@ gtk_entry_completion_action_data_func (GtkTreeViewColumn *tree_column,
"markup", NULL,
"text", string,
NULL);
g_free (string);
}
static void