ChangeSet ID: 15013 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/23 12:33:45
Modified files: dlls/dinput : mouse.c keyboard.c joystick_linuxinput.c joystick_linux.c dlls/devenum : mediacatenum.c dlls/ddraw : d3dtexture.c d3dexecutebuffer.c dlls/dbghelp : stabs.c msc.c dlls/d3dx8 : d3dxbuffer.c dlls/d3d8 : vertexbuffer.c stateblock.c device.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=15013
Old revision New revision Changes Path 1.13 1.14 +1 -2 wine/dlls/dinput/mouse.c 1.11 1.12 +1 -2 wine/dlls/dinput/keyboard.c 1.14 1.15 +1 -2 wine/dlls/dinput/joystick_linuxinput.c 1.19 1.20 +12 -24 wine/dlls/dinput/joystick_linux.c 1.11 1.12 +1 -2 wine/dlls/devenum/mediacatenum.c 1.66 1.67 +1 -2 wine/dlls/ddraw/d3dtexture.c 1.41 1.42 +4 -8 wine/dlls/ddraw/d3dexecutebuffer.c 1.12 1.13 +1 -1 wine/dlls/dbghelp/stabs.c 1.9 1.10 +2 -3 wine/dlls/dbghelp/msc.c 1.5 1.6 +1 -1 wine/dlls/d3dx8/d3dxbuffer.c 1.8 1.9 +1 -1 wine/dlls/d3d8/vertexbuffer.c 1.17 1.18 +1 -1 wine/dlls/d3d8/stateblock.c 1.120 1.121 +2 -2 wine/dlls/d3d8/device.c