Re: mshtml/tests: Fix SysFreeString call with wrong variable.

2009-03-01 Thread Austin English
On Sun, Mar 1, 2009 at 7:11 AM, Rico Schüller wrote: > Hi, > > this patch frees the correct variable and solves a regression in > mshtml/tests/dom.c (see > http://test.winehq.org/data/0d7bec3578e02e1f551813e86100b59e36aec542/#group_Wine:mshtml:dom > ). > > Cheers > Rico > > --- >  dlls/mshtml/test

Re: mshtml/tests: Fix SysFreeString call with wrong variable.

2009-03-01 Thread Jacek Caban
Rico Schüller wrote: > Hi, > > I'd like to have some feedback, before I send this to wine-patches. > > This patch removes a regression in the mshtml test, where the wrong > variable is called by SysFreeString, which leads sometimes to a crash > ( > http://test.winehq.org/data/0d7bec3578e02e1f551

mshtml/tests: Fix SysFreeString call with wrong variable.

2009-03-01 Thread Rico Schüller
Hi, I'd like to have some feedback, before I send this to wine-patches. This patch removes a regression in the mshtml test, where the wrong variable is called by SysFreeString, which leads sometimes to a crash ( http://test.winehq.org/data/0d7bec3578e02e1f551813e86100b59e36aec542/#group_Wine:m