]> code.delx.au - gnu-emacs/blobdiff - src/xselect.c
Bump version to 24.1.
[gnu-emacs] / src / xselect.c
index 173cf78bdaac9d54b0a59aab68243fb0ed03e6d8..15ce8d487fa04c798f2af9c5e64de10d9c93d4d5 100644 (file)
@@ -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;