X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/647ac5444d022537a1f0854dd309494c511dfe07..e0fe492429aa15be0fe92b431b66506f2906c892:/postpone.c?ds=inline diff --git a/postpone.c b/postpone.c index fffbb71..fa3ec64 100644 --- a/postpone.c +++ b/postpone.c @@ -71,6 +71,7 @@ int mutt_num_postponed (int force) if (mutt_strcmp (Postponed, OldPostponed)) { + FREE (&OldPostponed); OldPostponed = safe_strdup (Postponed); LastModify = 0; force = 1;