From 97de4b74e9626fa50345a2ccb2c9f607e0ad3484 Mon Sep 17 00:00:00 2001 From: pdmef Date: Fri, 28 Oct 2005 08:55:27 +0000 Subject: [PATCH] Rocco Rutte: - s/free/mem_free/g git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@563 e385b8ad-14ed-0310-8656-cc95a2468c6d --- mutt_libesmtp.c | 2 +- nntp/nntp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1