wine/dlls x11drv/xrender.c x11drv/xrandr.c x11 ...

Alexandre Julliard julliard at winehq.org
Thu Dec 23 14:31:57 CST 2004


ChangeSet ID:	15017
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/12/23 14:31:57

Modified files:
	dlls/x11drv    : xrender.c xrandr.c xfont.c text.c palette.c 
	                 dib.c 
	dlls/winspool  : info.c 
	dlls/winsock   : socket16.c socket.c 
	dlls/winmm/wineoss: midi.c dsrender.c dscapture.c 
	dlls/winmm/winearts: audio.c 
	dlls/winmm/winealsa: midi.c 
	dlls/winmm/mciwave: mciwave.c 
	dlls/winmm/mciavi: mciavi.c 
	dlls/winmm     : playsound.c mci.c driver.c 
	dlls/wininet   : internet.c http.c ftp.c cookie.c 
	dlls/wineps    : type42.c ppd.c init.c escape.c clipping.c 
	dlls/winedos   : vga.c 

Log message:
	Michael Stefaniuc <mstefani at redhat.de>
	Do not check for non NULL pointer before HeapFree'ing it. It's
	redundant.

Patch: http://cvs.winehq.org/patch.py?id=15017

Old revision  New revision  Changes     Path
 1.52          1.53          +1 -2       wine/dlls/x11drv/xrender.c
 1.7           1.8           +4 -10      wine/dlls/x11drv/xrandr.c
 1.10          1.11          +3 -4       wine/dlls/x11drv/xfont.c
 1.14          1.15          +1 -1       wine/dlls/x11drv/text.c
 1.10          1.11          +1 -1       wine/dlls/x11drv/palette.c
 1.21          1.22          +6 -8       wine/dlls/x11drv/dib.c
 1.98          1.99          +3 -4       wine/dlls/winspool/info.c
 1.1           1.2           +3 -3       wine/dlls/winsock/socket16.c
 1.168         1.169         +3 -5       wine/dlls/winsock/socket.c
 1.40          1.41          +2 -4       wine/dlls/winmm/wineoss/midi.c
 1.2           1.3           +1 -2       wine/dlls/winmm/wineoss/dsrender.c
 1.3           1.4           +1 -2       wine/dlls/winmm/wineoss/dscapture.c
 1.26          1.27          +2 -6       wine/dlls/winmm/winearts/audio.c
 1.11          1.12          +2 -4       wine/dlls/winmm/winealsa/midi.c
 1.31          1.32          +1 -2       wine/dlls/winmm/mciwave/mciwave.c
 1.27          1.28          +8 -8       wine/dlls/winmm/mciavi/mciavi.c
 1.13          1.14          +2 -2       wine/dlls/winmm/playsound.c
 1.55          1.56          +3 -5       wine/dlls/winmm/mci.c
 1.28          1.29          +2 -2       wine/dlls/winmm/driver.c
 1.107         1.108         +6 -17      wine/dlls/wininet/internet.c
 1.88          1.89          +11 -21     wine/dlls/wininet/http.c
 1.49          1.50          +4 -10      wine/dlls/wininet/ftp.c
 1.11          1.12          +4 -8       wine/dlls/wininet/cookie.c
 1.12          1.13          +2 -2       wine/dlls/wineps/type42.c
 1.18          1.19          +5 -5       wine/dlls/wineps/ppd.c
 1.58          1.59          +5 -10      wine/dlls/wineps/init.c
 1.25          1.26          +3 -4       wine/dlls/wineps/escape.c
 1.13          1.14          +1 -1       wine/dlls/wineps/clipping.c
 1.47          1.48          +1 -2       wine/dlls/winedos/vga.c




More information about the wine-cvs mailing list