Sweden-Number/dlls/msi
Hans Leidekker 55ad3fdda2 msi: Fix another double free.
parser_alloc() allocates memory and puts it on a list attached the to query object.
EXPR_sval() frees memory allocated via parser_alloc() on error but does not remove
the pointer from the list, which means that when the query destructor is called it
will be freed again.
2009-04-20 17:40:43 +02:00
..
tests msi: Fix buffer length value returned by MSI_RecordGetStringW on null and empty strings. 2009-04-20 17:26:13 +02:00
Makefile.in
action.c msi: Don't publish package name as part of product properties. 2009-03-31 12:41:36 +02:00
alter.c
appsearch.c
automation.c msi: Remove superfluous cast of a MSIHANDLE in a TRACE(). 2009-04-20 14:12:34 +02:00
classes.c
cond.y msi: Reorder the condition operators so that longer strings are matched first. 2009-03-23 15:26:02 +01:00
create.c
custom.c msi: Don't initialize COM for custom action threads. 2009-03-24 13:31:59 +01:00
database.c msi: Support setting summary information by importing a _SummaryInformation table. 2009-04-14 15:20:58 -05:00
delete.c
dialog.c
distinct.c
drop.c
events.c
files.c
font.c
format.c
handle.c
helpers.c
insert.c
instabsent.bmp
instadvert.bmp
install.c
instlocal.bmp
join.c
media.c
msi.c msi: Build a proper source path in MsiConfigureProductExW. 2009-03-31 12:41:42 +02:00
msi.rc msi: Add the Romanian translation. 2009-03-24 13:00:02 +01:00
msi.spec msi: Add stub implementations of MsiSourceListClearAllExA/W. 2009-03-24 13:31:36 +01:00
msi_Bg.rc
msi_Da.rc
msi_De.rc msi: Update the German translation. 2009-03-23 15:52:17 +01:00
msi_En.rc
msi_Eo.rc
msi_Es.rc
msi_Fi.rc
msi_Fr.rc
msi_Hu.rc
msi_It.rc
msi_Ko.rc
msi_Nl.rc
msi_No.rc
msi_Pl.rc
msi_Pt.rc
msi_Ro.rc msi: Add the Romanian translation. 2009-03-24 13:00:02 +01:00
msi_Ru.rc
msi_Si.rc
msi_Sv.rc
msi_Tr.rc
msi_Zh.rc
msi_main.c
msipriv.h msi: Support setting summary information by importing a _SummaryInformation table. 2009-04-14 15:20:58 -05:00
msiquery.c
msiserver.idl
msiserver_dispids.h
package.c msi: Remove redundant NULL check before msi_free (Smatch). 2009-03-26 11:51:08 +01:00
preview.c
query.h
record.c msi: Fix buffer length value returned by MSI_RecordGetStringW on null and empty strings. 2009-04-20 17:26:13 +02:00
registry.c msi: Enumerate products from all contexts. 2009-03-27 15:51:26 +01:00
regsvr.c
script.c
select.c
source.c msi: Add stub implementations of MsiSourceListClearAllExA/W. 2009-03-24 13:31:36 +01:00
sql.y msi: Fix another double free. 2009-04-20 17:40:43 +02:00
storages.c
streams.c
string.c
suminfo.c msi: Support setting summary information by importing a _SummaryInformation table. 2009-04-14 15:20:58 -05:00
table.c msi: Fix a double free. 2009-04-20 17:40:38 +02:00
tokenize.c msi: Don't treat carriage returns as spaces. 2009-03-02 12:06:30 +01:00
update.c
upgrade.c msi: Allow the enumeration of other users' patches. 2009-03-23 15:52:17 +01:00
version.rc
where.c