add a sync function to get the export list from a server and add an example of how...
[deb_libnfs.git] / lib / pdu.c
index 3427446319d2a8f47b51c26fa8a1453fe9dec75b..fb03061c5a3192664aaddeb60b259854d73c8f62 100644 (file)
--- a/lib/pdu.c
+++ b/lib/pdu.c
@@ -84,6 +84,7 @@ void rpc_free_pdu(struct rpc_context *rpc _U_, struct rpc_pdu *pdu)
        }
 
        xdr_destroy(&pdu->xdr);
+
        free(pdu);
 }