diff options
Diffstat (limited to 'heal')
-rw-r--r-- | heal/src/glfs-heal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heal/src/glfs-heal.c b/heal/src/glfs-heal.c index e01e98df0e..1056ea467c 100644 --- a/heal/src/glfs-heal.c +++ b/heal/src/glfs-heal.c @@ -350,6 +350,8 @@ out: inode_unref (inode); } + if (frame) + AFR_STACK_DESTROY (frame); GF_FREE (path); return ret; } |