13 Jun
2017
13 Jun
'17
1:55 p.m.
On 06/13/2017 11:02 AM, Erik Skultety wrote:
On Mon, Jun 12, 2017 at 02:02:20AM -0400, Yi Wang wrote:
The @rundir is allocated in virGetUserRuntimeDirectory, may lost when virFileMakePath failed.
ACK. I slightly reworded the commit message and pushed.
Funny, I have a similar patch on my branch: https://github.com/zippy2/libvirt/commit/3c00409576f7b6158935baba7ff8059f66a... How about instead of putting VIR_FREE() at each exit path, we have just one exit path (= use more gotos) and have VIR_FREE() just once. Michal