]> diplodocus.org Git - nmh/blobdiff - uip/fmttest.c
Specifically look for Content-Type header in converted content.
[nmh] / uip / fmttest.c
index 420608847040d3af7112b6303838d11bf7eed7bf..a7742bd1a5a94f6b4a367107714af5ec94944a99 100644 (file)
@@ -1338,8 +1338,8 @@ mlistfree(void)
 {
     struct mailname *mp, *mp2;
 
-    for (mp = mq.m_next; mp; mp = mp2->m_next) {
-       mp2 = mp;
+    for (mp = mq.m_next; mp; mp = mp2) {
+       mp2 = mp->m_next;
        mnfree(mp);
     }
 }