wine/dlls/msi where.c table.c suminfo.c string ...
ChangeSet ID: 15563 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/01/20 04:36:35 Modified files: dlls/msi : where.c table.c suminfo.c string.c package.c order.c msi.c distinct.c cond.y action.c Log message: Michael Stefaniuc <mstefani(a)redhat.de> Do not check for non NULL pointer before HeapFree'ing it. It's redundant. Patch: http://cvs.winehq.org/patch.py?id=15563 Old revision New revision Changes Path 1.14 1.15 +2 -4 wine/dlls/msi/where.c 1.25 1.26 +4 -8 wine/dlls/msi/table.c 1.9 1.10 +1 -2 wine/dlls/msi/suminfo.c 1.12 1.13 +1 -2 wine/dlls/msi/string.c 1.27 1.28 +3 -6 wine/dlls/msi/package.c 1.7 1.8 +2 -4 wine/dlls/msi/order.c 1.49 1.50 +19 -35 wine/dlls/msi/msi.c 1.7 1.8 +2 -4 wine/dlls/msi/distinct.c 1.12 1.13 +1 -2 wine/dlls/msi/cond.y 1.70 1.71 +14 -28 wine/dlls/msi/action.c
participants (1)
-
Alexandre Julliard