summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/free.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/free.c')
-rw-r--r--cpukit/libcsupport/src/free.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/free.c b/cpukit/libcsupport/src/free.c
index be23388888..a4b1917ec2 100644
--- a/cpukit/libcsupport/src/free.c
+++ b/cpukit/libcsupport/src/free.c
@@ -38,7 +38,7 @@ void free(
if ( _System_state_Is_up(_System_state_Get()) &&
!malloc_is_system_state_OK() ) {
- malloc_defer_free(ptr);
+ malloc_deferred_free(ptr);
return;
}