aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 173cf78bdaa..15ce8d487fa 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -931,6 +931,7 @@ x_convert_selection (struct input_event *event, Lisp_Object selection_symbol,
931 931
932 /* Otherwise, record the converted selection to binary. */ 932 /* Otherwise, record the converted selection to binary. */
933 cs = xmalloc (sizeof (struct selection_data)); 933 cs = xmalloc (sizeof (struct selection_data));
934 cs->data = NULL;
934 cs->nofree = 1; 935 cs->nofree = 1;
935 cs->property = property; 936 cs->property = property;
936 cs->wait_object = NULL; 937 cs->wait_object = NULL;