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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user