msi: Reference count the custom action data to avoid freeing the data by another...
commit4c3e4ba02907f780d7bb78acc646115b5792765d
authorJames Hawkins <truiken@gmail.com>
Mon, 25 Jun 2007 22:56:21 +0000 (25 15:56 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 27 Jun 2007 12:32:28 +0000 (27 14:32 +0200)
tree1b3ac6ffc98120cda27ea0a9b7174f1bc93edc13
parentbb8ba38f986ed36bdf78dfeee43e3ec840bc2b2c
msi: Reference count the custom action data to avoid freeing the data by another thread.

Based on a patch by Rob Shearman.
dlls/msi/custom.c