2006-04-06 [mones] 2.1.0cvs7
[claws.git] / src / plugins / pgpmime / pgpmime.c
index d5bb1407b5c55323628250a5607f958bc6f69a9a..3898427be740fd624222b00976985233ae279e1b 100644 (file)
@@ -414,8 +414,7 @@ gboolean pgpmime_sign(MimeInfo *mimeinfo, PrefsAccount *account)
        sigmultipart->subtype = g_strdup("signed");
        
        do {
-               if (boundary)
-                       g_free(boundary);
+               g_free(boundary);
                boundary = generate_mime_boundary("Sig");
        } while (strstr(test_msg, boundary) != NULL);