ChangeSet ID: 15118 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/03 08:56:42
Modified files: dlls/x11drv : xrender.c dlls/winmm/wineoss: mixer.c dlls/wininet : http.c ftp.c dlls/wineps : type42.c dlls/oleaut32 : typelib2.c dlls/ole32 : bindctx.c dlls/kernel : resource.c profile.c dlls/dmime : performance.c dlls/dbghelp : coff.c dlls/advapi32 : eventlog.c
Log message: Michael Stefaniuc mstefani@redhat.de Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
Patch: http://cvs.winehq.org/patch.py?id=15118
Old revision New revision Changes Path 1.53 1.54 +1 -2 wine/dlls/x11drv/xrender.c 1.32 1.33 +2 -4 wine/dlls/winmm/wineoss/mixer.c 1.89 1.90 +4 -8 wine/dlls/wininet/http.c 1.50 1.51 +1 -2 wine/dlls/wininet/ftp.c 1.13 1.14 +1 -1 wine/dlls/wineps/type42.c 1.30 1.31 +3 -5 wine/dlls/oleaut32/typelib2.c 1.31 1.32 +1 -2 wine/dlls/ole32/bindctx.c 1.11 1.12 +2 -2 wine/dlls/kernel/resource.c 1.15 1.16 +2 -2 wine/dlls/kernel/profile.c 1.18 1.19 +2 -6 wine/dlls/dmime/performance.c 1.1 1.2 +1 -4 wine/dlls/dbghelp/coff.c 1.21 1.22 +1 -1 wine/dlls/advapi32/eventlog.c