[PATCH] icon-theme: fix leak in insert_theme()

2012-12-02 Thread Alex Chiang
We allocate path with g_build_filename() but never free it. --- diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 0520686..cd2d765 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -1113,6 +1113,7 @@ insert_theme (GtkIconTheme *icon_theme, const char *theme_name) dir_mt

Re: Glib question: Is PCRE in some intermediate state?

2012-12-02 Thread John Emmas
On 30 Nov 2012, at 17:10, John Emmas wrote: > > BUT are the "symbols" files up to date? For example 'glib.symbols' gets > used to generate 'glib.def' which, in turn, determines which functions get > exported from my DLL. If any of the symbols files are out-of-date I guess > that might s