Gnus development mailing list
 help / color / mirror / Atom feed
* *mm* buffers leak
@ 1999-10-14  1:38 Shenghuo ZHU
  0 siblings, 0 replies; only message in thread
From: Shenghuo ZHU @ 1999-10-14  1:38 UTC (permalink / 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-10-14  1:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-14  1:38 *mm* buffers leak Shenghuo ZHU

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).