aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-04-05 13:20:52 -0700
committerPacketVideo CM <engbuild@pv.com>2010-04-05 13:20:52 -0700
commitf4125702b7fd8862397ad2907149b69dffbac9f8 (patch)
treea8bf9043a5f29df40adb8ea3d6bdd6d79167e3f4 /protocols
parent654ce06a347ef0f0dbb8c9c2bd9f9040e64de579 (diff)
downloadopencore-f4125702b7fd8862397ad2907149b69dffbac9f8.tar.gz
RIO-8855: When outgoing user input message is deleted, VT crashes
Change-Id: Ic4bce4185efe45ee53d462919bc4a818fa26d0e8
Diffstat (limited to 'protocols')
-rw-r--r--protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_h324m_config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_h324m_config.cpp b/protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_h324m_config.cpp
index e604b9618..6a753c1b0 100644
--- a/protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_h324m_config.cpp
+++ b/protocols/systems/3g-324m_pvterminal/h324/tsc/src/tsc_h324m_config.cpp
@@ -547,6 +547,7 @@ class PVH324MessageSendUserInput: public CPVCmnInterfaceCmdMessage
if (input)
{
iUserInput = input;
+ iUserInput->addRef();
}
}
CPVUserInput* iUserInput;