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