1
0
forked from rpms/rpcbind

Fixed typo in memory leaks patch (bz 1448128)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2017-05-15 13:19:06 -04:00
parent 57c833e131
commit c9a08768cc
2 changed files with 5 additions and 2 deletions

View File

@ -114,7 +114,7 @@ index 4c744fe..e926cdc 100644
- return (TRUE); - return (TRUE);
+ +
+done: +done:
+ if (!svc_freeargs(xprt, (xdrproc_t) xdr_pmap, (char *)NULL)) { + if (!svc_freeargs(xprt, (xdrproc_t) xdr_void, (char *)NULL)) {
+ if (debugging) { + if (debugging) {
+ (void) xlog(LOG_DEBUG, "unable to free arguments\n"); + (void) xlog(LOG_DEBUG, "unable to free arguments\n");
+ if (doabort) { + if (doabort) {

View File

@ -1,6 +1,6 @@
Name: rpcbind Name: rpcbind
Version: 0.2.4 Version: 0.2.4
Release: 6.rc1%{?dist} Release: 7.rc1%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper Summary: Universal Addresses to RPC Program Number Mapper
Group: System Environment/Daemons Group: System Environment/Daemons
License: BSD License: BSD
@ -139,6 +139,9 @@ fi
%{_tmpfilesdir}/%{name}.conf %{_tmpfilesdir}/%{name}.conf
%changelog %changelog
* Mon May 15 2017 Steve Dickson <steved@redhat.com> - 0.2.4-7.rc1
- Fixed typo in memory leaks patch (bz 1448128)
* Thu May 11 2017 Steve Dickson <steved@redhat.com> - 0.2.4-6.rc1 * Thu May 11 2017 Steve Dickson <steved@redhat.com> - 0.2.4-6.rc1
- Fixed memory leaks (bz 1448128) - Fixed memory leaks (bz 1448128)