diff options
Diffstat (limited to 'xlators/features/path-convertor/src/path.c')
| -rw-r--r-- | xlators/features/path-convertor/src/path.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/features/path-convertor/src/path.c b/xlators/features/path-convertor/src/path.c index f2423092e56..22ec8fe1e65 100644 --- a/xlators/features/path-convertor/src/path.c +++ b/xlators/features/path-convertor/src/path.c @@ -848,8 +848,7 @@ path_setxattr (call_frame_t *frame,  	if (tmp_path != loc_path)  		GF_FREE (tmp_path); -	if (tmp_name) -		GF_FREE (tmp_name); +	GF_FREE (tmp_name);  	return 0;  }  | 
