X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-mime%2Frfc2231.c;h=e1eec1e6c1100c373e41052e4fa1bcbef3cdbce3;hb=5b0581b41f115cd0442037a97db313ef5b5b8822;hp=e7c10533e40bb0367a0641de209641d673c37928;hpb=3a3420a4cb3369d51eecc9287d556596f98e7314;p=apps%2Fmadmutt.git diff --git a/lib-mime/rfc2231.c b/lib-mime/rfc2231.c index e7c1053..e1eec1e 100644 --- a/lib-mime/rfc2231.c +++ b/lib-mime/rfc2231.c @@ -141,7 +141,7 @@ static void purge_empty_parameters(PARAMETER **headp) if (!p->attribute || !p->value) { *headp = p->next; p->next = NULL; - parameter_delete(&p); + parameter_list_wipe(&p); } else { headp = &(*headp)->next; }