6 Dec
2022
6 Dec
'22
10:29 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1692#note_18804