Skip to content

Commit 99b1519

Browse files
committed
1.2.5.0 Some fix
1 parent 7885abf commit 99b1519

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tsc64/Resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#define STRING2(str) #str
66
#define VER_Y 1
77
#define VER_M 2
8-
#define VER_D 4
9-
#define VER_Z 1
8+
#define VER_D 5
9+
#define VER_Z 0

tsc64/tsc64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ STDMETHODIMP CTScriptControl::get_Modules(struct IScriptModuleCollection ** ppmo
922922
STDMETHODIMP CTScriptControl::get_Error(struct IScriptError ** ppse)
923923
{
924924
*ppse = m_pError;
925+
m_pError->AddRef();
925926
return S_OK;
926927
}
927928

0 commit comments

Comments
 (0)