diff options
| -rw-r--r-- | xlators/features/marker/src/marker.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/marker/src/marker.c b/xlators/features/marker/src/marker.c index e6fd66a6708..84c13435f0d 100644 --- a/xlators/features/marker/src/marker.c +++ b/xlators/features/marker/src/marker.c @@ -178,6 +178,7 @@ marker_local_unref (marker_local_t *local)                  goto out;          loc_wipe (&local->loc); +        loc_wipe (&local->parent_loc);          if (local->oplocal) {                  marker_local_unref (local->oplocal);  | 
