projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c19ca5e
)
Add missing SAFE_FREE on XI 2.0 servers
author
Po Lu
<luangruo@yahoo.com>
Mon, 7 Nov 2022 12:33:28 +0000
(20:33 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 7 Nov 2022 12:34:14 +0000
(20:34 +0800)
* src/xterm.c (xi_populate_device_from_info): Add missing
SAFE_FREE.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 1f14daa39f9a6abad421b2ce9b0cb86b6e797608..84438e859098024f9ffaeb84a178357985346fa7 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-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;
}