Nikolay Sivov : wshom: Fix refcount for typeinfo pointers.
29 Nov
2012
29 Nov
'12
8:15 p.m.
Module: wine Branch: master Commit: 13d99144bdb256a7ff7fc377955c8d1253d667fc URL: http://source.winehq.org/git/wine.git/?a=commit;h=13d99144bdb256a7ff7fc37795... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Thu Nov 29 07:26:41 2012 -0500 wshom: Fix refcount for typeinfo pointers. --- dlls/wshom.ocx/wshom_main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/wshom.ocx/wshom_main.c b/dlls/wshom.ocx/wshom_main.c index 1c6bb44..c253b61 100644 --- a/dlls/wshom.ocx/wshom_main.c +++ b/dlls/wshom.ocx/wshom_main.c @@ -77,6 +77,7 @@ HRESULT get_typeinfo(tid_t tid, ITypeInfo **typeinfo) } *typeinfo = typeinfos[tid]; + ITypeInfo_AddRef(*typeinfo); return S_OK; }
4764
Age (days ago)
4764
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard