diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 3456a46be3e..e441499aeb0 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5087,7 +5087,7 @@ enlarge_buffer_text (struct buffer *b, ptrdiff_t delta) | |||
| 5087 | #else | 5087 | #else |
| 5088 | p = xrealloc (b->text->beg, new_nbytes); | 5088 | p = xrealloc (b->text->beg, new_nbytes); |
| 5089 | #endif | 5089 | #endif |
| 5090 | #ifdef HAVE_SANITIZER_LSAN_INTERFACE_H | 5090 | #ifdef HAVE___LSAN_IGNORE_OBJECT |
| 5091 | __lsan_ignore_object (p); | 5091 | __lsan_ignore_object (p); |
| 5092 | #endif | 5092 | #endif |
| 5093 | 5093 | ||