1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Need to call virFreeError after virSaveLastError

This commit is contained in:
John Ferlan 2013-04-30 13:39:28 -04:00
parent d0761c18a4
commit c0b86c8c05

View File

@ -2141,6 +2141,7 @@ err:
/* return the original error */
virSetError(orig_error);
virFreeError(orig_error);
return -1;
}