wine/ windows/winproc.c windows/win.c windows/ ...

Alexandre Julliard julliard at winehq.org
Thu Dec 23 11:21:06 CST 2004


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

Modified files:
	windows        : winproc.c win.c mdi.c defwnd.c cursoricon.c 
	dlls/wined3d   : vertexbuffer.c indexbuffer.c 
	dlls/vnbt.vxd  : vnbt.c 
	dlls/user      : message.c menu.c lstr.c listbox.c edit.c 
	                 combo.c button.c 
	dlls/urlmon    : umon.c 
	dlls/shlwapi   : regstream.c ordinal.c msgbox.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=15011

Old revision  New revision  Changes     Path
 1.125         1.126         +2 -2       wine/windows/winproc.c
 1.254         1.255         +3 -3       wine/windows/win.c
 1.141         1.142         +3 -3       wine/windows/mdi.c
 1.96          1.97          +5 -5       wine/windows/defwnd.c
 1.79          1.80          +2 -2       wine/windows/cursoricon.c
 1.4           1.5           +1 -1       wine/dlls/wined3d/vertexbuffer.c
 1.2           1.3           +1 -1       wine/dlls/wined3d/indexbuffer.c
 1.1           1.2           +2 -4       wine/dlls/vnbt.vxd/vnbt.c
 1.59          1.60          +4 -4       wine/dlls/user/message.c
 1.10          1.11          +2 -3       wine/dlls/user/menu.c
 1.30          1.31          +1 -1       wine/dlls/user/lstr.c
 1.7           1.8           +3 -3       wine/dlls/user/listbox.c
 1.9           1.10          +3 -6       wine/dlls/user/edit.c
 1.7           1.8           +2 -4       wine/dlls/user/combo.c
 1.5           1.6           +1 -1       wine/dlls/user/button.c
 1.47          1.48          +2 -5       wine/dlls/urlmon/umon.c
 1.20          1.21          +3 -6       wine/dlls/shlwapi/regstream.c
 1.100         1.101         +1 -1       wine/dlls/shlwapi/ordinal.c
 1.2           1.3           +1 -2       wine/dlls/shlwapi/msgbox.c




More information about the wine-cvs mailing list