diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 1f14daa39f9..84438e85909 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5400,6 +5400,7 @@ xi_populate_device_from_info (struct x_display_info *dpyinfo, | |||
| 5400 | xi_device->valuators = NULL; | 5400 | xi_device->valuators = NULL; |
| 5401 | xi_device->scroll_valuator_count = 0; | 5401 | xi_device->scroll_valuator_count = 0; |
| 5402 | 5402 | ||
| 5403 | SAFE_FREE (); | ||
| 5403 | return; | 5404 | return; |
| 5404 | } | 5405 | } |
| 5405 | 5406 | ||