summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nis.c b/src/nis.c
index 95cafda..f44065e 100644
--- a/src/nis.c
+++ b/src/nis.c
@@ -940,6 +940,7 @@ nis_all(struct plugin_state *state,
}
map_unlock();
done_with_lock:
+ xdr_free((xdrproc_t)xdr_ypreq_nokey, &req_nokey);
/* Return the cookie if we can, else destroy it. */
if (continuation_cookie) {
*continuation_cookie = cookie;