Hans Leidekker (@hans) commented about dlls/msi/table.c:
return ret;
}
-static void msi_free_colinfo( MSICOLUMNINFO *colinfo, UINT count ) +static void free_colinfo( MSICOLUMNINFO *colinfo, UINT count ) {
Another one. Note that if you had matched 'msi_free(' you would have missed this one.