(run_mailcap): Bugfix
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -518,7 +518,6 @@ run_mailcap (mu_mailcap_entry_t entry, const char *type) | ... | @@ -518,7 +518,6 @@ run_mailcap (mu_mailcap_entry_t entry, const char *type) |
518 | { | 518 | { |
519 | write (fd, buf, n); | 519 | write (fd, buf, n); |
520 | } | 520 | } |
521 | free (buf); | ||
522 | close (fd); | 521 | close (fd); |
523 | } | 522 | } |
524 | 523 | ... | ... |
-
Please register or sign in to post a comment