1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00

* src/xdisp.c (Fwindow_text_pixel_size): Plug memory leak. (Bug#48884)

(cherry picked from commit 69a65212a2)
This commit is contained in:
Eli Zaretskii 2021-06-07 15:03:06 +03:00
parent 37f4457994
commit b94532f028

View file

@ -10592,6 +10592,9 @@ include the height of both, if present, in the return value. */)
it.max_descent = max (it.max_descent, it.descent);
}
}
else
bidi_unshelve_cache (it2data, true);
if (!NILP (x_limit))
{
/* Don't return more than X-LIMIT. */