]> diplodocus.org Git - nmh/blobdiff - uip/replsbr.c
seq_setunseen.c: Flip if-condition so return moves from else block.
[nmh] / uip / replsbr.c
index 2444aa3cdb3807b4ac4f096d927da49f368ac2f9..61e76a9b140ff8fe99ab534260a278991bcbfd87 100644 (file)
@@ -476,6 +476,7 @@ replfilter (FILE *in, FILE *out, char *filter, int fmtproc)
            if (pidXwait (pid, mhl))
                done (1);
            fseek (out, 0L, SEEK_END);
+            arglist_free(mhl, arglist);
            break;
     }
 }