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:
parent
37f4457994
commit
b94532f028
1 changed files with 3 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue