summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_finder_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_finder_args.c')
-rw-r--r--osdep/macosx_finder_args.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/osdep/macosx_finder_args.c b/osdep/macosx_finder_args.c
index cbd88ad4ac..d6edcbcb09 100644
--- a/osdep/macosx_finder_args.c
+++ b/osdep/macosx_finder_args.c
@@ -91,8 +91,7 @@ long itemsInList;
}
}
- if(parm)
- free(parm);
+ free(parm);
err=noErr;
}