summaryrefslogtreecommitdiffstats
path: root/compat/opendir.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-11-16 15:04:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-11-16 15:04:10 (GMT)
commit16483765baae1e041496f1abdd615844ca08dba8 (patch)
treeda7bc7e3d61ec8cbde015a28bdc6d92fded02a1b /compat/opendir.c
parent9b461748a00c4ac031b5c01d99daa9e1b9171f05 (diff)
parent0dd529776d4895043aa957a1e7f21d4015733c4e (diff)
downloadtcl-16483765baae1e041496f1abdd615844ca08dba8.zip
tcl-16483765baae1e041496f1abdd615844ca08dba8.tar.gz
tcl-16483765baae1e041496f1abdd615844ca08dba8.tar.bz2
merge trunk
Diffstat (limited to 'compat/opendir.c')
-rw-r--r--compat/opendir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/opendir.c b/compat/opendir.c
index 22e8a3a..7a49566 100644
--- a/compat/opendir.c
+++ b/compat/opendir.c
@@ -106,5 +106,5 @@ closedir(
close(dirp->dd_fd);
dirp->dd_fd = -1;
dirp->dd_loc = 0;
- ckfree((char *) dirp);
+ ckfree(dirp);
}