* src/messageview.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Tue, 29 Jul 2003 15:40:29 +0000 (15:40 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Tue, 29 Jul 2003 15:40:29 +0000 (15:40 +0000)
plug a memleak

ChangeLog.claws
configure.ac
src/messageview.c

index bd5571f120f4ea628fb5ba3aaccf907b08047a4a..efa153ad669db7ccaea8a0be7007897ded8be86f 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-29 [alfons]    0.9.3claws75
+
+       * src/messageview.c
+               fix a memleak (claws-only)
+
 2003-07-29 [alfons]    0.9.3claws74
 
        * src/mimeview.[ch]
 2003-07-29 [alfons]    0.9.3claws74
 
        * src/mimeview.[ch]
index 450a5f1314681d0d6dff497af007b7fc797d3149..43fe059d24fe7333c3f4c831fc8bb23edcfd32e0 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=74
+EXTRA_VERSION=75
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
index b7bc73981e3f37336c217e1a063edb5d1adb868f..53a8c53f01e55bff5e025bd57c966b8758362b59 100644 (file)
@@ -575,6 +575,7 @@ static gint disposition_notification_send(MsgInfo *msginfo)
                                   "receipt."), to, buf);
                val = alertpanel(_("Warning"), message, _("Send"),
                                _("+Don't Send"), NULL);
                                   "receipt."), to, buf);
                val = alertpanel(_("Warning"), message, _("Send"),
                                _("+Don't Send"), NULL);
+               g_free(message);                                
                if (val != G_ALERTDEFAULT)
                        return -1;
        }
                if (val != G_ALERTDEFAULT)
                        return -1;
        }