Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-opencore: Commit

external/opencore


Commit MetaInfo

Revisionf4125702b7fd8862397ad2907149b69dffbac9f8 (tree)
Zeit2010-04-06 05:20:52
AutorPacketVideo CM <engbuild@pv.c...>
CommiterPacketVideo CM

Log Message

RIO-8855: When outgoing user input message is deleted, VT crashes

Change-Id: Ic4bce4185efe45ee53d462919bc4a818fa26d0e8

Ändern Zusammenfassung

Diff

--- a/engines/2way/src/pv_2way_sdkinfo.h
+++ b/engines/2way/src/pv_2way_sdkinfo.h
@@ -21,7 +21,7 @@
2121 // This header file is automatically generated at build-time
2222 // *** OFFICIAL RELEASE INFO -- Will not auto update
2323
24-#define PV2WAY_ENGINE_SDKINFO_LABEL "1352552"
24+#define PV2WAY_ENGINE_SDKINFO_LABEL "1353952"
2525 #define PV2WAY_ENGINE_SDKINFO_DATE 0x20100331
2626
2727 #endif //PV_2WAY_SDKINFO_H_INCLUDED
--- a/engines/author/src/pv_author_sdkinfo.h
+++ b/engines/author/src/pv_author_sdkinfo.h
@@ -21,7 +21,7 @@
2121 // This header file is automatically generated at build-time
2222 // *** OFFICIAL RELEASE INFO -- Will not auto update
2323
24-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1352552"
24+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1353952"
2525 #define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100331
2626
2727 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED
--- a/engines/player/src/pv_player_sdkinfo.h
+++ b/engines/player/src/pv_player_sdkinfo.h
@@ -21,7 +21,7 @@
2121 // This header file is automatically generated at build-time
2222 // *** OFFICIAL RELEASE INFO -- Will not auto update
2323
24-#define PVPLAYER_ENGINE_SDKINFO_LABEL "1352552"
24+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1353952"
2525 #define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100331
2626
2727 #endif //PV_PLAYER_SDKINFO_H_INCLUDED
--- 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
547547 if (input)
548548 {
549549 iUserInput = input;
550+ iUserInput->addRef();
550551 }
551552 }
552553 CPVUserInput* iUserInput;
Show on old repository browser