diff options
Diffstat (limited to 'xlators/features/marker/src/marker-quota-helper.c')
| -rw-r--r-- | xlators/features/marker/src/marker-quota-helper.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/features/marker/src/marker-quota-helper.c b/xlators/features/marker/src/marker-quota-helper.c index d7afd40a656..fba2cdd3f5d 100644 --- a/xlators/features/marker/src/marker-quota-helper.c +++ b/xlators/features/marker/src/marker-quota-helper.c @@ -362,6 +362,9 @@ quota_local_unref (xlator_t *this, quota_local_t *local)          if (local->ref > 0)                  goto out; +        if (local->fd != NULL) +                fd_unref (local->fd); +          loc_wipe (&local->loc);          loc_wipe (&local->parent_loc);  | 
