wine/dlls opengl32/wgl.c oleaut32/typelib2.c o ...

Alexandre Julliard julliard at winehq.org
Thu Dec 23 14:20:49 CST 2004


ChangeSet ID:	15016
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/12/23 14:20:49

Modified files:
	dlls/opengl32  : wgl.c 
	dlls/oleaut32  : typelib2.c olepicture.c olefont.c 
	dlls/ole32     : storage32.c ole2.c itemmoniker.c filemoniker.c 
	                 defaulthandler.c datacache.c clipboard.c 
	                 bindctx.c 
	dlls/netapi32  : nbnamecache.c 
	dlls/msvideo   : msvideo_main.c mciwnd.c drawdib.c 
	dlls/msvcrt    : main.c data.c 
	dlls/msdmo     : dmoreg.c 
	dlls/msacm     : internal.c 
	dlls/mpr       : wnet.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=15016

Old revision  New revision  Changes     Path
 1.52          1.53          +6 -6       wine/dlls/opengl32/wgl.c
 1.28          1.29          +2 -4       wine/dlls/oleaut32/typelib2.c
 1.48          1.49          +1 -1       wine/dlls/oleaut32/olepicture.c
 1.39          1.40          +2 -4       wine/dlls/oleaut32/olefont.c
 1.63          1.64          +5 -15      wine/dlls/ole32/storage32.c
 1.58          1.59          +1 -2       wine/dlls/ole32/ole2.c
 1.30          1.31          +2 -6       wine/dlls/ole32/itemmoniker.c
 1.40          1.41          +2 -5       wine/dlls/ole32/filemoniker.c
 1.22          1.23          +8 -22      wine/dlls/ole32/defaulthandler.c
 1.30          1.31          +1 -2       wine/dlls/ole32/datacache.c
 1.37          1.38          +1 -2       wine/dlls/ole32/clipboard.c
 1.30          1.31          +2 -4       wine/dlls/ole32/bindctx.c
 1.2           1.3           +1 -2       wine/dlls/netapi32/nbnamecache.c
 1.59          1.60          +3 -5       wine/dlls/msvideo/msvideo_main.c
 1.19          1.20          +2 -5       wine/dlls/msvideo/mciwnd.c
 1.22          1.23          +6 -15      wine/dlls/msvideo/drawdib.c
 1.21          1.22          +1 -1       wine/dlls/msvcrt/main.c
 1.25          1.26          +6 -6       wine/dlls/msvcrt/data.c
 1.11          1.12          +2 -5       wine/dlls/msdmo/dmoreg.c
 1.20          1.21          +2 -4       wine/dlls/msacm/internal.c
 1.17          1.18          +3 -6       wine/dlls/mpr/wnet.c




More information about the wine-cvs mailing list