@ffesti commented on this pull request.


>       return 1;
     }
 
     // We expect success now.
     char *got = rpmhex(fp, fplen);
     if (! got) {
        fprintf(stderr, "%s: rpmhex failed\n", filename);
+       fclose(f);

This should probably also free(fp);

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3068#pullrequestreview-2028918055
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3068/review/2028918...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to