diff options
Diffstat (limited to 'pith')
-rw-r--r-- | pith/send.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pith/send.c b/pith/send.c index aea9c214..a501b3b0 100644 --- a/pith/send.c +++ b/pith/send.c @@ -4140,8 +4140,6 @@ remove_parameter(PARAMETER **param, char *paramname) qm->next = pm->next; pm->next = NULL; mail_free_body_parameter(&pm); - if(*param == NULL) - mail_free_body_parameter(param); } } |