X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnntp.c;h=15f7d786e426f966933c1c446b7f520d78e3be60;hb=3d8ec820b093cfe10a3738cfc8d8fedd813a73d7;hp=d0fae27ad7503553c7b7eefa197c34b19d8b82fc;hpb=c8ceef3ed6424dcb5a6ec835e7d8d9cc00595372;p=apps%2Fmadmutt.git diff --git a/nntp/nntp.c b/nntp/nntp.c index d0fae27..15f7d78 100644 --- a/nntp/nntp.c +++ b/nntp/nntp.c @@ -941,7 +941,7 @@ int nntp_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno) /* clear the previous entry */ unlink (cache->path); - free (cache->path); + mem_free (&cache->path); cache->index = ctx->hdrs[msgno]->index; mutt_mktemp (path);