ChangeSet ID: 13958 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/28 14:19:27
Modified files: dlls/quartz : main.c dlls/mlang : mlang.c dlls/itss : itss.c dlls/dxdiagn : dxdiag_main.c dlls/dpnet : dpnet_main.c dlls/ddraw : main.c dlls/d3dxof : main.c dlls/amstream : main.c
Log message: Huw Davies huw@codeweavers.com Fix a reference leak on failure (spotted by Rob Shearman). Move some code over to the Interlocked* functions.
Patch: http://cvs.winehq.org/patch.py?id=13958
Old revision New revision Changes Path 1.39 1.40 +14 -15 wine/dlls/quartz/main.c 1.14 1.15 +12 -13 wine/dlls/mlang/mlang.c 1.3 1.4 +14 -15 wine/dlls/itss/itss.c 1.6 1.7 +2 -2 wine/dlls/dxdiagn/dxdiag_main.c 1.5 1.6 +2 -2 wine/dlls/dpnet/dpnet_main.c 1.45 1.46 +13 -9 wine/dlls/ddraw/main.c 1.5 1.6 +6 -11 wine/dlls/d3dxof/main.c 1.4 1.5 +15 -15 wine/dlls/amstream/main.c