Daniel P. Berrange 80fb34eda0 io: fix possible double free of task error object
If a QIOTask has an error set and the calling code uses
qio_task_propagate_error() to steal the reference to
that Error object, the task would not clear its own
reference. This would lead to a double-free when
qio_task_free runs, if the caller had (correctly) freed
the Error object they now owned.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2017-01-26 10:26:18 +00:00
..
2017-01-16 10:10:35 +01:00
2017-01-10 08:49:59 -08:00
2016-10-26 08:29:01 -07:00
2016-11-03 14:41:53 +00:00
2016-11-14 11:15:54 -05:00
2017-01-20 16:42:07 +00:00
2017-01-10 08:49:59 -08:00
2016-11-15 15:41:00 +00:00
2016-11-11 20:53:23 +08:00