summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/mono.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/mono.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/mono.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/mono.cpp b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/mono.cpp
index 879de356059..27e8c83a592 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/mono.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/mono.cpp
@@ -86,11 +86,11 @@ MonoDitherImage(register unsigned char *lum, unsigned char *cr,
register int next2;
if(curr == NULL) {
- curr = (int *)ACE_OS::malloc(sizeof(int) * (w + 2));
+ curr = (int *)malloc(sizeof(int) * (w + 2));
curr += 1;
}
if(next == NULL) {
- next = (int *)ACE_OS::malloc(sizeof(int) * (w + 2));
+ next = (int *)malloc(sizeof(int) * (w + 2));
next += 1;
}