On Sat, Nov 29, 2008 at 12:52 PM, Paul Vriens
paul.vriens.wine@gmail.com wrote:
Hi,
(Try2 removes some useless LocalFree's when NewAcl is NULL, duh).
NT4 crashes at 3 distinct places. The first two we can get rid of by
removing
the LocalFree on failure. The third one we can skip as we can detect NT4
easily.
Just to be a little bit more precise. NT4 doesn't crash at those
LocalFree's but leaving either of them in will make sure the test
crashes a bit later.
--
Cheers,
Paul.