Build Update for libvirt/libvirt
-------------------------------------
Build: #2467
Status: Still Failing
Duration: 31 mins and 14 secs
Commit: f0430d0 (master)
Author: Peter Krempa
Message: util: storage: Don't leak metadata on repeated calls of
virStorageFileGetMetadata
When querying storage metadata after a block job we re-run
virStorageFileGetMetadata on the top level storage file. This means that
the workers (virStorageFileGetMetadataInternal) must not overwrite any
pointers without freeing them.
This was not considered for src->compat and src->features. Fix it and
add a comment mentioning that.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
View the changeset:
https://github.com/libvirt/libvirt/compare/112174b20544...f0430d069af9
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/560558665?utm_medium=notific...
--
You can unsubscribe from build emails from the libvirt/libvirt repository going to
https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&....
Or unsubscribe from *all* email updating your settings at
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notifica....
Or configure specific recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications.