msi: Release record instead of free.
commit7b3690dd7399cd64123554c8a6fc7e35dcbebbe1
authorDaniel Lehman <dlehman25@gmail.com>
Thu, 8 Jun 2023 03:10:18 +0000 (7 20:10 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Jun 2023 10:03:35 +0000 (8 12:03 +0200)
tree33ff589436585b8a6e2da788bbf2e5fcd4475857
parentd06b3fd5274b056c720e2fb42eb189052d99404d
msi: Release record instead of free.

../dlls/msi/dialog.c:4476:11: warning: attempt to call free on non-heap object 'hdr' [-Wfree-nonheap-object]
    free( &rec->hdr );
          ^
dlls/msi/dialog.c