aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/diff.c b/editors/diff.c
index 280091756..1adc4cbc7 100644
--- a/editors/diff.c
+++ b/editors/diff.c
@@ -1050,7 +1050,7 @@ int diff_main(int argc UNUSED_PARAM, char **argv)
1050 /* diffreg can get non-regular files here */ 1050 /* diffreg can get non-regular files here */
1051 print_status(gotstdin > 1 ? STATUS_SAME : diffreg(file), file); 1051 print_status(gotstdin > 1 ? STATUS_SAME : diffreg(file), file);
1052 1052
1053 if (dirfile) 1053 if (ENABLE_FEATURE_CLEAN_UP && dirfile)
1054 free(file[dir]); 1054 free(file[dir]);
1055 } 1055 }
1056 1056