Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
de37c1d5
Commit
de37c1d5
authored
Aug 19, 2012
by
Nikolay Sivov
Committed by
Alexandre Julliard
Aug 20, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Call interface methods properly.
parent
64e94c22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cordebug.c
dlls/mscoree/cordebug.c
+2
-2
corruntimehost.c
dlls/mscoree/corruntimehost.c
+1
-1
No files found.
dlls/mscoree/cordebug.c
View file @
de37c1d5
...
...
@@ -88,7 +88,7 @@ static HRESULT WINAPI cordebugprocess_QueryInterface(ICorDebugProcess *iface,
return
E_NOINTERFACE
;
}
ICorDebug_AddRef
(
iface
);
ICorDebug
Process
_AddRef
(
iface
);
return
S_OK
;
}
...
...
@@ -458,7 +458,7 @@ static HRESULT WINAPI process_enum_QueryInterface(ICorDebugProcessEnum *iface, R
return
E_NOINTERFACE
;
}
ICorDebug_AddRef
(
iface
);
ICorDebug
ProcessEnum
_AddRef
(
iface
);
return
S_OK
;
}
...
...
dlls/mscoree/corruntimehost.c
View file @
de37c1d5
...
...
@@ -941,7 +941,7 @@ static void CDECL ReallyFixupVTable(struct dll_fixup *fixup)
}
if
(
info
!=
NULL
)
ICLRRuntime
Host
_Release
(
info
);
ICLRRuntime
Info
_Release
(
info
);
HeapFree
(
GetProcessHeap
(),
0
,
filenameA
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment