1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00

Add missing SAFE_FREE on XI 2.0 servers

* src/xterm.c (xi_populate_device_from_info): Add missing
SAFE_FREE.
This commit is contained in:
Po Lu 2022-11-07 20:33:28 +08:00
parent c19ca5eb7f
commit d30a7c142d

View file

@ -5400,6 +5400,7 @@ xi_populate_device_from_info (struct x_display_info *dpyinfo,
xi_device->valuators = NULL;
xi_device->scroll_valuator_count = 0;
SAFE_FREE ();
return;
}