summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/protocol/client/src/client-protocol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-protocol.c b/xlators/protocol/client/src/client-protocol.c
index 430e02702..ab8fc3dcb 100644
--- a/xlators/protocol/client/src/client-protocol.c
+++ b/xlators/protocol/client/src/client-protocol.c
@@ -764,6 +764,8 @@ protocol_client_xfer (call_frame_t *frame, xlator_t *this, transport_t *trans,
rsphdr.type = GF_OP_TYPE_CBK_REPLY;
gf_cbks[op] (frame, &rsphdr, sizeof (rsphdr), NULL, 0);
}
+
+ FREE (hdr);
}
return ret;