wine/dlls iphlpapi/ifenum.c imm32/imm.c gdi/mf ...

Alexandre Julliard julliard at winehq.org
Thu Dec 23 12:41:06 CST 2004


ChangeSet ID:	15014
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/12/23 12:41:06

Modified files:
	dlls/iphlpapi  : ifenum.c 
	dlls/imm32     : imm.c 
	dlls/gdi/mfdrv : text.c init.c 
	dlls/gdi       : printdrv.c path.c palette.c metafile.c gdi16.c 
	                 freetype.c font.c driver.c dc.c bitmap.c 
	dlls/dsound    : primary.c capture.c buffer.c 
	dlls/dplayx    : dplaysp.c dplay.c 
	dlls/dmscript  : script.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=15014

Old revision  New revision  Changes     Path
 1.11          1.12          +4 -8       wine/dlls/iphlpapi/ifenum.c
 1.38          1.39          +2 -5       wine/dlls/imm32/imm.c
 1.11          1.12          +1 -1       wine/dlls/gdi/mfdrv/text.c
 1.31          1.32          +1 -1       wine/dlls/gdi/mfdrv/init.c
 1.40          1.41          +3 -6       wine/dlls/gdi/printdrv.c
 1.3           1.4           +2 -2       wine/dlls/gdi/path.c
 1.2           1.3           +3 -5       wine/dlls/gdi/palette.c
 1.2           1.3           +1 -1       wine/dlls/gdi/metafile.c
 1.16          1.17          +1 -1       wine/dlls/gdi/gdi16.c
 1.78          1.79          +4 -4       wine/dlls/gdi/freetype.c
 1.4           1.5           +2 -3       wine/dlls/gdi/font.c
 1.34          1.35          +1 -1       wine/dlls/gdi/driver.c
 1.3           1.4           +2 -2       wine/dlls/gdi/dc.c
 1.5           1.6           +1 -2       wine/dlls/gdi/bitmap.c
 1.36          1.37          +2 -4       wine/dlls/dsound/primary.c
 1.38          1.39          +8 -18      wine/dlls/dsound/capture.c
 1.40          1.41          +6 -14      wine/dlls/dsound/buffer.c
 1.17          1.18          +4 -20      wine/dlls/dplayx/dplaysp.c
 1.52          1.53          +2 -9       wine/dlls/dplayx/dplay.c
 1.14          1.15          +4 -4       wine/dlls/dmscript/script.c




More information about the wine-cvs mailing list