aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-02-11 18:47:23 -0800
committerPacketVideo CM <engbuild@pv.com>2010-02-11 18:47:23 -0800
commitf5f903314b722fabdc44359fd8bdd9601d09086f (patch)
tree174d511fb5ca089f3c656ac375a1ec1c50b27567 /protocols
parentacdf24abada1e70d574128a8fc9cd8dd08bcfa6b (diff)
downloadopencore-f5f903314b722fabdc44359fd8bdd9601d09086f.tar.gz
RIO-8472: 2way's h223LCtest and h223test are failing.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/systems/tools/general/common/src/pvmf_buffer_data_sink.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/systems/tools/general/common/src/pvmf_buffer_data_sink.cpp b/protocols/systems/tools/general/common/src/pvmf_buffer_data_sink.cpp
index 401bb494c..196ab1c2c 100644
--- a/protocols/systems/tools/general/common/src/pvmf_buffer_data_sink.cpp
+++ b/protocols/systems/tools/general/common/src/pvmf_buffer_data_sink.cpp
@@ -1,5 +1,5 @@
/* ------------------------------------------------------------------
- * Copyright (C) 1998-2009 PacketVideo
+ * Copyright (C) 1998-2010 PacketVideo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,6 +27,7 @@ OSCL_EXPORT_REF PVMFBufferDataSink::PVMFBufferDataSink(int32 aPortTag)
OSCL_EXPORT_REF PVMFBufferDataSink::~PVMFBufferDataSink()
{
+ SetActivityHandler(NULL);
}
void PVMFBufferDataSink::HandlePortActivity(const PVMFPortActivity &aActivity)