summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/tclLoadDl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index 96f0717..9084089 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.c
@@ -210,6 +210,7 @@ UnloadFile(
{
void *handle = loadHandle->clientData;
+ fprintf(stderr, "dlclose???\n"); fflush(stderr);
dlclose(handle);
ckfree(loadHandle);
}