@pmatilai commented on this pull request.
> @@ -276,7 +279,11 @@ static int doBuildRequires(rpmSpec spec, int test)
exit:
freeStringBuf(sb_stdout);
- free(output);
+ if (output) {
Good catch, but this should simply be `argvFree(output)` instead.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2293#pullrequestreview-1209730981
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2293/review/1209730...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint