From: pdmef Date: Fri, 28 Oct 2005 08:55:27 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?a=commitdiff_plain;ds=inline;h=97de4b74e9626fa50345a2ccb2c9f607e0ad3484;hp=642a770d749788adac51935945426ae3846da226;p=apps%2Fmadmutt.git Rocco Rutte: - s/free/mem_free/g git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@563 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/mutt_libesmtp.c b/mutt_libesmtp.c index 41da0e7..6263662 100644 --- a/mutt_libesmtp.c +++ b/mutt_libesmtp.c @@ -397,7 +397,7 @@ Done: if (fp != NULL) fclose (fp); if (hostportstr != NULL) - free (hostportstr); + mem_free (&hostportstr); if (session != NULL) smtp_destroy_session (session); if (authctx != NULL) 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);