Build Update for libvirt/libvirt
-------------------------------------
Build: #2775
Status: Errored
Duration: 17 mins and 0 secs
Commit: 224d269 (master)
Author: Michal Privoznik
Message: qemuDomainGetHostdevPath: Drop @freeTmpPath
The @freeTmpPath boolean is used to determine if @tmpPath holds
an allocated memory or is a pointer to a constant string and
therefore if it needs to be freed or not when returning from the
function. Well, we can unify the way we set @tmpPath so that it
always holds an allocated memory and thus always must be freed.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
Reviewed-by: Cole Robinson <crobinso(a)redhat.com>
View the changeset:
https://github.com/libvirt/libvirt/compare/d63f91648e19...224d269f19f0
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/600700650?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.