msi: fix missing alloc check [try 2]

2007-12-09 Thread Lionel_Debroux
Removed a level of indentation, following feedback of James Hawkins. 2007-12-09 Lionel Debroux <[EMAIL PROTECTED]> * dlls/msi/dialog.c: msi: fix missing alloc check. >From 10299ab9e8ece57c6cd10bded0ecde2c4b06c548 Mon Sep 17 00:00:00 2001 From: Lionel Debroux <[EMA

Re: msi: fix missing alloc check.

2007-12-09 Thread James Hawkins
only the fix for the latter problem, because I'm not > 100% sure that the memory leak can be solved by moving the allocation of > info after the call to "msi_dialog_add_control", without ill side > effects (e.g. msi_dialog_add_control calls msi_dialog_create_window, > which cal

msi: fix missing alloc check.

2007-12-09 Thread Lionel_Debroux
ion of info after the call to "msi_dialog_add_control", without ill side effects (e.g. msi_dialog_add_control calls msi_dialog_create_window, which calls CreateWindowExW). 2007-12-09 Lionel Debroux <[EMAIL PROTECTED]> * dlls/msi/dialog.c: msi: fix missing alloc check. >From 86d6e2c