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:
parent
c19ca5eb7f
commit
d30a7c142d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue