diff options
Diffstat (limited to 'libglusterfs/src/call-stub.c')
-rw-r--r-- | libglusterfs/src/call-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/call-stub.c b/libglusterfs/src/call-stub.c index fab368a6d..67543c64a 100644 --- a/libglusterfs/src/call-stub.c +++ b/libglusterfs/src/call-stub.c @@ -3835,7 +3835,7 @@ call_stub_destroy (call_stub_t *stub) } stub->stub_mem_pool = NULL; - mem_put (tmp_pool, stub); + mem_put (stub); out: tmp_pool = NULL; |