ChangeSet ID: 19022 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/19 14:59:41
Modified files: dlls/ole32 : stubmanager.c marshal.c
Log message: Robert Shearman rob@codeweavers.com - Always query for the correct stub interface, otherwise we will be pointing to the completely wrong object when a proxy does a queryinterface. - Remove assumption that the stub buffer will handle the lifetime of the object.
Patch: http://cvs.winehq.org/patch.py?id=19022
Old revision New revision Changes Path 1.23 1.24 +1 -1 wine/dlls/ole32/stubmanager.c 1.78 1.79 +20 -21 wine/dlls/ole32/marshal.c