[PATCH 1/3] msi: Make sure to free the extra row data when deleting a row.

James Hawkins truiken at gmail.com
Mon Dec 7 21:54:37 CST 2009


Fixes many valgrind errors of the form:

2 bytes in 1 blocks are definitely lost
    at  notify_alloc (heap.c:247)
    by  RtlAllocateHeap (heap.c:1697)
    by  msi_alloc_zero (msipriv.h:1084)
    by  table_create_new_row (table.c:1504)
    by  TABLE_insert_row (table.c:1712)
    by  TABLE_modify (table.c:1860)
    by  MSI_ViewModify (msiquery.c:623)
    by  MsiViewModify (msiquery.c:644)
---
 dlls/msi/table.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msi-Make-sure-to-free-the-extra-row-data-when-deleti.patch
Type: text/x-patch
Size: 642 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091207/c18c9118/attachment.bin>


More information about the wine-patches mailing list