diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xselect.c b/src/xselect.c index 290f4d7eb4d..48baeb32581 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -930,6 +930,7 @@ x_convert_selection (struct input_event *event, Lisp_Object selection_symbol, | |||
| 930 | 930 | ||
| 931 | /* Otherwise, record the converted selection to binary. */ | 931 | /* Otherwise, record the converted selection to binary. */ |
| 932 | cs = xmalloc (sizeof (struct selection_data)); | 932 | cs = xmalloc (sizeof (struct selection_data)); |
| 933 | cs->data = NULL; | ||
| 933 | cs->nofree = 1; | 934 | cs->nofree = 1; |
| 934 | cs->property = property; | 935 | cs->property = property; |
| 935 | cs->wait_object = NULL; | 936 | cs->wait_object = NULL; |