summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omapip/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/alloc.c b/omapip/alloc.c
index dfa55b67..ee4e7221 100644
--- a/omapip/alloc.c
+++ b/omapip/alloc.c
@@ -41,7 +41,7 @@ VOIDPTR dmalloc (size, file, line)
const char *file;
int line;
{
- unsigned char *foo = dmalloc (size + DMDSIZE, file, line);
+ unsigned char *foo = malloc (size + DMDSIZE);
int i;
VOIDPTR *bar;
#if defined (DEBUG_MEMORY_LEAKAGE) || defined (DEBUG_MALLOC_POOL)