Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9be2fd9b
Commit
9be2fd9b
authored
Apr 24, 2012
by
Chong Yidong
Browse files
* src/xselect.c (x_convert_selection): Initialize a pointer.
Fixes: debbugs:11315
parent
f0ee99a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xselect.c
src/xselect.c
+1
-0
No files found.
src/ChangeLog
View file @
9be2fd9b
2012-04-24 Chong Yidong <cyd@gnu.org>
* xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
2012-04-23 Eli Zaretskii <eliz@gnu.org>
* xdisp.c (pos_visible_p): If the window start position is beyond
...
...
src/xselect.c
View file @
9be2fd9b
...
...
@@ -931,6 +931,7 @@ x_convert_selection (struct input_event *event, Lisp_Object selection_symbol,
/* Otherwise, record the converted selection to binary. */
cs
=
xmalloc
(
sizeof
(
struct
selection_data
));
cs
->
data
=
NULL
;
cs
->
nofree
=
1
;
cs
->
property
=
property
;
cs
->
wait_object
=
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment