summaryrefslogtreecommitdiff
path: root/dbg_mlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbg_mlc.c')
-rw-r--r--dbg_mlc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbg_mlc.c b/dbg_mlc.c
index 4edeeefd..c22435ae 100644
--- a/dbg_mlc.c
+++ b/dbg_mlc.c
@@ -849,6 +849,10 @@ GC_API void GC_CALL GC_debug_free(void * p)
ABORT_ARG1("Invalid pointer passed to free()", ": %p", p);
}
if ((ptr_t)p - (ptr_t)base != sizeof(oh)) {
+# if defined(REDIRECT_FREE) && defined(USE_PROC_FOR_LIBRARIES)
+ /* TODO: Suppress the warning if free() caller is in libpthread */
+ /* or libdl. */
+# endif
GC_err_printf(
"GC_debug_free called on pointer %p w/o debugging info\n", p);
} else {