Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: *mm* buffers leak
Date: 13 Oct 1999 21:38:06 -0400	[thread overview]
Message-ID: <2nvh8an2m9.fsf@tiger.jia.vnet> (raw)

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]


If you got a bundle of unwanted " *mm*" buffers, try this
patch. (committed)

-- 
Shenghuo ZHU

1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 97-112.diff --]
[-- Type: text/x-patch, Size: 533 bytes --]

Index: gnus-art.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-art.el,v
retrieving revision 5.80
diff -u -r5.80 gnus-art.el
--- gnus-art.el	1999/09/28 00:59:27	5.80
+++ gnus-art.el	1999/10/14 01:31:27
@@ -2554,6 +2554,8 @@
     (if (get-buffer name)
 	(save-excursion
 	  (set-buffer name)
+	  (if gnus-article-mime-handles
+	      (mm-destroy-parts gnus-article-mime-handles))
 	  (kill-all-local-variables)
 	  (buffer-disable-undo)
 	  (setq buffer-read-only t)

                 reply	other threads:[~1999-10-14  1:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2nvh8an2m9.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).