msi: Fix memory leak in ready_media (scan-build).
commitc39f785b34692ee994b2449cc17a96815517e9bf
authorAlex Henrie <alexhenrie24@gmail.com>
Mon, 5 Jun 2023 05:00:19 +0000 (4 23:00 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Jun 2023 12:01:07 +0000 (5 14:01 +0200)
treed45144d0051ced6b0c1102f1118e7af2591b9af3
parent1da5618cbac1214082bfb897dc81804d14fc6e9e
msi: Fix memory leak in ready_media (scan-build).

base_url was never freed, and can simply be enlarged instead of copying
it to a new buffer.
dlls/msi/media.c