diff options
Diffstat (limited to 'libglusterfs/src/stack.h')
| -rw-r--r-- | libglusterfs/src/stack.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index c8404057610..220eab49d0e 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -155,7 +155,7 @@ FRAME_DESTROY (call_frame_t *frame)          mem_put (frame);          if (local) -                GF_FREE (local); +                mem_put (local);  } @@ -184,7 +184,7 @@ STACK_DESTROY (call_stack_t *stack)          mem_put (stack);          if (local) -                GF_FREE (local); +                mem_put (local);  }  | 
