remove an unnecessary g_free()
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 18 Nov 2001 17:28:32 +0000 (17:28 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 18 Nov 2001 17:28:32 +0000 (17:28 +0000)
ChangeLog.claws
configure.in
src/filtering.c

index 214f87fa6767570981e32235eaf45d5a2c777d47..ddda7e9551dca725b12fdc05d83bb881af870587 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-18 [alfons]    0.6.5claws20
+       
+       * src/filtering.c
+               remove an inadvertent free I forgot in previous clean up 
+
 2001-11-18 [alfons]    0.6.5claws19
 
        * src/filtering.[ch]
index 3e111e04543a3a37dad99ce0a7e3b1bd7c72ee6f..8e596d43871b90f2b6e782ce4900bd672eb581e7 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=6
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws19
+EXTRA_VERSION=claws20
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
index d7acb6063171c9a95e03ff7b7635b9443f574176..3c5cbd5d37e51f7b742f092b8aeaffa3d3138e82 100644 (file)
@@ -612,8 +612,6 @@ static gboolean filteringprop_apply(FilteringProp * filtering, MsgInfo * info,
                        g_warning(_("action %s could not be applied"), action_str);
                }
 
-               g_free(action_str);
-
                switch(filtering->action->type) {
                case MATCHACTION_MOVE:
                case MATCHACTION_DELETE: