Do not check for non NULL pointer before HeapFree'ing it. It's
commitb937407ee52fe2aaa51743afece7333cf6c6f272
authorMichael Stefaniuc <mstefani@redhat.de>
Thu, 20 Jan 2005 10:36:35 +0000 (20 10:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Jan 2005 10:36:35 +0000 (20 10:36 +0000)
tree3034a2fc4d9adfc73791120929ca77fce59f15bd
parent717eb8fff40f1714668fa5c15b3f041e30742239
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
dlls/msi/action.c
dlls/msi/cond.y
dlls/msi/distinct.c
dlls/msi/msi.c
dlls/msi/order.c
dlls/msi/package.c
dlls/msi/string.c
dlls/msi/suminfo.c
dlls/msi/table.c
dlls/msi/where.c