msi: Don't wait on closed handles in ACTION_FinishCustomActions.
commit3fbe9db433519a67d2378fc031ea182966ca6c5f
authorRob Shearman <rob@codeweavers.com>
Tue, 3 Apr 2007 16:35:40 +0000 (3 17:35 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Apr 2007 10:39:14 +0000 (4 12:39 +0200)
treea0d931ca1b2dc35d5524e20cc41162cc9e0172f3
parent20171ac200c027790dfcff6e6e6c45a7d29e27ee
msi: Don't wait on closed handles in ACTION_FinishCustomActions.

The handle will be closed by free_custom_action_data, so duplicate the
handle before calling it.
dlls/msi/custom.c