Rocco Rutte:
[apps/madmutt.git] / nntp / nntp.c
index d0fae27..15f7d78 100644 (file)
@@ -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);