From 6d0a503c4b012ee68b93b84f7d34d6aef1844d2c Mon Sep 17 00:00:00 2001 From: Thorsten Maerz Date: Mon, 17 Jan 2005 20:00:03 +0000 Subject: [PATCH] 2005-01-17 [thorsten] 1.0.0cvs1 * src/crash.c * src/gtk/pluginwindow.c return value of filesel should not be free()d --- ChangeLog.claws | 6 ++++++ PATCHSETS | 1 + configure.ac | 2 +- src/crash.c | 1 - src/gtk/pluginwindow.c | 1 - 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 32928ca99..3a9b758ab 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2005-01-17 [thorsten] 1.0.0cvs1 + + * src/crash.c + * src/gtk/pluginwindow.c + return value of filesel should not be free()d + 2005-01-17 [paul] 1.0.0 * version 1.0.0 released diff --git a/PATCHSETS b/PATCHSETS index cb87ec6cb..5e1ada0cf 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -207,3 +207,4 @@ ( cvs diff -u -r 1.10 -r 1.11 src/gtk/pluginwindow.c; ) > 0.9.13cvs35.patchset ( cvs diff -u -r 1.32 -r 1.33 src/prefs_toolbar.c; ) > 0.9.13cvs36.patchset ( cvs diff -u -r 1.127 -r 1.128 AUTHORS; cvs diff -u -r 1.72 -r 1.73 po/es.po; cvs diff -u -r 1.51 -r 1.52 po/fr.po; cvs diff -u -r 1.8 -r 1.9 po/hr.po; cvs diff -u -r 1.38 -r 1.39 po/it.po; cvs diff -u -r 1.53 -r 1.54 po/pt_BR.po; cvs diff -u -r 1.13 -r 1.14 po/sk.po; cvs diff -u -r 1.24 -r 1.25 po/sr.po; ) > 0.9.13cvs37.patchset +( cvs diff -u -r 1.25 -r 1.26 src/crash.c; cvs diff -u -r 1.11 -r 1.12 src/gtk/pluginwindow.c; ) > 1.0.0cvs1.patchset diff --git a/configure.ac b/configure.ac index 8b9ee134b..50c32d870 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=0 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=0 +EXTRA_VERSION=1 EXTRA_RELEASE= if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then diff --git a/src/crash.c b/src/crash.c index 6d49a7213..57266bcb8 100644 --- a/src/crash.c +++ b/src/crash.c @@ -301,7 +301,6 @@ static void crash_save_crash_log(GtkButton *button, const gchar *text) if (NULL != (filename = filesel_select_file(_("Save crash information"), buf)) && *filename) str_write_to_file(text, filename); - g_free(filename); } /*! diff --git a/src/gtk/pluginwindow.c b/src/gtk/pluginwindow.c index 582fc0707..202560a13 100644 --- a/src/gtk/pluginwindow.c +++ b/src/gtk/pluginwindow.c @@ -130,7 +130,6 @@ static void load_cb(GtkButton *button, PluginWindow *pluginwindow) } set_plugin_list(pluginwindow); - g_free(file); } static gboolean pluginwindow_key_pressed(GtkWidget *widget, GdkEventKey *event, -- 2.25.1