xbps-fbulk: fix a memleak found by clang-analyzer.
This commit is contained in:
@ -697,6 +697,7 @@ main(int argc, char **argv)
|
||||
* Wait for all current builds to finish running, keep the pipeline
|
||||
* full until both the BuildList and RunList have been exhausted.
|
||||
*/
|
||||
free(rpath);
|
||||
runBuilds(bpath);
|
||||
while (waitRunning(0) != NULL)
|
||||
runBuilds(bpath);
|
||||
|
Reference in New Issue
Block a user