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;
}