diff options
Diffstat (limited to 'xlators/features/quiesce/src/quiesce.c')
-rw-r--r-- | xlators/features/quiesce/src/quiesce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/quiesce/src/quiesce.c b/xlators/features/quiesce/src/quiesce.c index 6c76a0bf50b..7fd16ceb961 100644 --- a/xlators/features/quiesce/src/quiesce.c +++ b/xlators/features/quiesce/src/quiesce.c @@ -56,7 +56,7 @@ gf_quiesce_local_wipe (xlator_t *this, quiesce_local_t *local) if (local->vector) GF_FREE (local->vector); - mem_put (priv->local_pool, local); + mem_put (local); } call_stub_t * |