ChangeSet ID: 15229
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/05 11:30:20
Modified files:
dlls/ole32 : oleproxy.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
The channel buffer can be NULL if the proxy is disconnected, so check
for this before releasing it.
Patch: http://cvs.winehq.org/patch.py?id=15229
Old revision New revision Changes Path
1.24 1.25 +1 -1 wine/dlls/ole32/oleproxy.c
ChangeSet ID: 15224
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/05 11:13:12
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
When checking for an existing .lnk shortcut extension on the filename
do not just search for '.' but actually verify it is '.lnk'.
Patch: http://cvs.winehq.org/patch.py?id=15224
Old revision New revision Changes Path
1.61 1.62 +1 -1 wine/dlls/msi/action.c