Signed-off-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> --- src/udscs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/udscs.h b/src/udscs.h index e13750c..d65630d 100644 --- a/src/udscs.h +++ b/src/udscs.h @@ -39,8 +39,9 @@ struct udscs_message_header { }; /* Callbacks with this type will be called when a complete message has been - * received. The callback may call udscs_destroy_connection, in which case - * *connp must be made NULL (which udscs_destroy_connection takes care of). + * received. The callback is responsible for free()-ing the data buffer. It + * may call udscs_destroy_connection, in which case *connp must be made NULL + * (which udscs_destroy_connection takes care of). */ typedef void (*udscs_read_callback)(struct udscs_connection **connp, struct udscs_message_header *header, uint8_t *data); -- 2.10.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel