diff options
author | Philipp Stephani <phst@google.com> | 2020-08-01 14:13:55 +0200 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2020-08-01 14:16:22 +0200 |
commit | c3b53559965a4c6f48274c3cbcb43eb6ef23ae14 (patch) | |
tree | 6fe3d9675b91957a8062efd2a4f8c593ac3eec09 /lisp/emacs-lisp/lisp-mode.el | |
parent | 89127266c93083521d71d8f2314ac88905163fd8 (diff) | |
download | emacs-c3b53559965a4c6f48274c3cbcb43eb6ef23ae14.tar.gz emacs-c3b53559965a4c6f48274c3cbcb43eb6ef23ae14.tar.bz2 emacs-c3b53559965a4c6f48274c3cbcb43eb6ef23ae14.zip |
Suppress leak detector in some cases
We intentionally leak some objects. Prevent the ASan leak detector
from raising false alarms in these cases.
* configure.ac: Search for lsan_interface.h header.
* src/data.c (make_blv): Allow leaking of buffer-local values.
* src/buffer.c (enlarge_buffer_text): Allow leaking of buffer text.
* src/emacs-module.c (Fmodule_load, initialize_environment): Allow
intentional leak of runtime and environment objects if module
assertions are enabled.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
0 files changed, 0 insertions, 0 deletions