Kill the buffer anyway, and fix the bug in url-http.el instead.
[gnus] / lisp / shr.el
index badbcaf..75929b2 100644 (file)
@@ -467,7 +467,8 @@ redirects somewhere else."
                  (inhibit-read-only t))
              (delete-region start end)
              (goto-char start)
-             (shr-put-image data alt))))))))
+             (shr-put-image data alt)))))))
+  (kill-buffer (current-buffer)))
 
 (defun shr-put-image (data alt)
   (if (display-graphic-p)